Update log4j2 version in the example
This commit is contained in:
parent
061ff734ce
commit
d923ec7e92
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@ src/main/jni/bin/
|
|||||||
tdlib/.flattened-pom.xml
|
tdlib/.flattened-pom.xml
|
||||||
tdlight/.flattened-pom.xml
|
tdlight/.flattened-pom.xml
|
||||||
example/target/
|
example/target/
|
||||||
|
|
||||||
|
tdlight/.ci-friendly-pom.xml
|
||||||
|
@ -57,12 +57,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>org.apache.logging.log4j</groupId>
|
||||||
<artifactId>log4j-core</artifactId>
|
<artifactId>log4j-core</artifactId>
|
||||||
<version>2.14.1</version>
|
<version>2.15.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>org.apache.logging.log4j</groupId>
|
||||||
<artifactId>log4j-slf4j-impl</artifactId>
|
<artifactId>log4j-slf4j-impl</artifactId>
|
||||||
<version>2.14.1</version>
|
<version>2.15.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.lmax</groupId>
|
<groupId>com.lmax</groupId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
xmlns="http://logging.apache.org/log4j/2.0/config"
|
xmlns="http://logging.apache.org/log4j/2.0/config"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://logging.apache.org/log4j/2.0/config
|
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">
|
status="INFO">
|
||||||
<Appenders>
|
<Appenders>
|
||||||
<Console name="Console" target="SYSTEM_OUT">
|
<Console name="Console" target="SYSTEM_OUT">
|
||||||
|
Loading…
Reference in New Issue
Block a user