diff --git a/example/pom.xml b/example/pom.xml index c71a58d..980d731 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -57,12 +57,12 @@ org.apache.logging.log4j log4j-core - 2.15.0 + 2.16.0 org.apache.logging.log4j log4j-slf4j-impl - 2.15.0 + 2.16.0 com.lmax diff --git a/example/src/main/resources/log4j2.xml b/example/src/main/resources/log4j2.xml index aabf192..6623b84 100644 --- a/example/src/main/resources/log4j2.xml +++ b/example/src/main/resources/log4j2.xml @@ -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.15.0/log4j-core/src/main/resources/Log4j-config.xsd" + https://raw.githubusercontent.com/apache/logging-log4j2/log4j-2.16.0/log4j-core/src/main/resources/Log4j-config.xsd" status="INFO">