You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/03/06 01:10:47 UTC

[kyuubi] branch log4j-2.20.0 created (now c9bc9aa95)

This is an automated email from the ASF dual-hosted git repository.

bowenliang pushed a change to branch log4j-2.20.0
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


      at c9bc9aa95 bump log4j from 2.19.0 to 2.20.0

This branch includes the following new commits:

     new c9bc9aa95 bump log4j from 2.19.0 to 2.20.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kyuubi] 01/01: bump log4j from 2.19.0 to 2.20.0

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bowenliang pushed a commit to branch log4j-2.20.0
in repository https://gitbox.apache.org/repos/asf/kyuubi.git

commit c9bc9aa959a602ff399416e268cd0163db2bee7a
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Mon Mar 6 09:10:37 2023 +0800

    bump log4j from 2.19.0 to 2.20.0
---
 dev/dependencyList | 8 ++++----
 pom.xml            | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 7932c5cdf..e2e3e7ecf 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -127,10 +127,10 @@ kubernetes-model-scheduling/5.12.1//kubernetes-model-scheduling-5.12.1.jar
 kubernetes-model-storageclass/5.12.1//kubernetes-model-storageclass-5.12.1.jar
 libfb303/0.9.3//libfb303-0.9.3.jar
 libthrift/0.9.3//libthrift-0.9.3.jar
-log4j-1.2-api/2.19.0//log4j-1.2-api-2.19.0.jar
-log4j-api/2.19.0//log4j-api-2.19.0.jar
-log4j-core/2.19.0//log4j-core-2.19.0.jar
-log4j-slf4j-impl/2.19.0//log4j-slf4j-impl-2.19.0.jar
+log4j-1.2-api/2.20.0//log4j-1.2-api-2.20.0.jar
+log4j-api/2.20.0//log4j-api-2.20.0.jar
+log4j-core/2.20.0//log4j-core-2.20.0.jar
+log4j-slf4j-impl/2.20.0//log4j-slf4j-impl-2.20.0.jar
 logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
 metrics-core/4.2.8//metrics-core-4.2.8.jar
 metrics-jmx/4.2.8//metrics-jmx-4.2.8.jar
diff --git a/pom.xml b/pom.xml
index 2ebed48b3..e95b4904e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <kubernetes-client.version>5.12.1</kubernetes-client.version>
         <kudu.version>1.15.0</kudu.version>
         <ldapsdk.version>6.0.5</ldapsdk.version>
-        <log4j.version>2.19.0</log4j.version>
+        <log4j.version>2.20.0</log4j.version>
         <mysql.jdbc.version>8.0.32</mysql.jdbc.version>
         <netty.version>4.1.87.Final</netty.version>
         <parquet.version>1.10.1</parquet.version>