From 67c11e559af008549f7e167cb9642a546b205cdf Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 17 Dec 2021 01:49:50 +0100 Subject: [PATCH] Update reactor --- example/pom.xml | 4 ++-- example/src/main/resources/log4j2.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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">