Update log4j2 version in the example

This commit is contained in:
Andrea Cavalli 2021-12-11 13:21:55 +01:00
parent 061ff734ce
commit d923ec7e92
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -74,3 +74,5 @@ src/main/jni/bin/
tdlib/.flattened-pom.xml
tdlight/.flattened-pom.xml
example/target/
tdlight/.ci-friendly-pom.xml

View File

@ -57,12 +57,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>

View File

@ -3,7 +3,7 @@
xmlns="http://logging.apache.org/log4j/2.0/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://logging.apache.org/log4j/2.0/config
https://raw.githubusercontent.com/apache/logging-log4j2/log4j-2.14.1/log4j-core/src/main/resources/Log4j-config.xsd"
https://raw.githubusercontent.com/apache/logging-log4j2/log4j-2.15.0/log4j-core/src/main/resources/Log4j-config.xsd"
status="INFO">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">