This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 93c0404 Update Log4j version to 2.17.0 (#7933) 93c0404 is described below commit 93c0404da6bcbf9bf4e165f1e2cbba069abcc872 Author: Neel Gopaul <neelmedhanshgop...@gmail.com> AuthorDate: Tue Dec 21 02:58:40 2021 +0400 Update Log4j version to 2.17.0 (#7933) --- LICENSE-binary | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 790975d..50cd561 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -345,10 +345,10 @@ org.apache.httpcomponents:httpmime:4.5.3 org.apache.kafka:kafka-clients:2.0.0 org.apache.kafka:kafka_2.10:0.9.0.1 org.apache.kafka:kafka_2.11:2.0.0 -org.apache.logging.log4j:log4j-1.2-api:2.16.0 -org.apache.logging.log4j:log4j-api:2.16.0 -org.apache.logging.log4j:log4j-core:2.16.0 -org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 +org.apache.logging.log4j:log4j-1.2-api:2.17.0 +org.apache.logging.log4j:log4j-api:2.17.0 +org.apache.logging.log4j:log4j-core:2.17.0 +org.apache.logging.log4j:log4j-slf4j-impl:2.17.0 org.apache.lucene:lucene-analyzers-common:8.2.0 org.apache.lucene:lucene-core:8.2.0 org.apache.lucene:lucene-queries:8.2.0 diff --git a/pom.xml b/pom.xml index 0ca7840..8adb23e 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,7 @@ <snappy-java.version>1.1.1.7</snappy-java.version> <zstd-jni.version>1.4.9-5</zstd-jni.version> <lz4-java.version>1.7.1</lz4-java.version> - <log4j.version>2.16.0</log4j.version> + <log4j.version>2.17.0</log4j.version> <netty.version>4.1.54.Final</netty.version> <netty-tcnative.version>2.0.36.Final</netty-tcnative.version> <reactivestreams.version>1.0.3</reactivestreams.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org