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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new bfa9f2ac4f [KYUUBI #6826] Bump log4j from 2.24.1 to 2.24.2
bfa9f2ac4f is described below

commit bfa9f2ac4fdeca7411474387f624d5f7fb676d06
Author: chengpeiming <[email protected]>
AuthorDate: Fri Nov 29 00:29:49 2024 +0800

    [KYUUBI #6826] Bump log4j from 2.24.1 to 2.24.2
    
    ### Why are the changes needed?
    As  pan3793  pointed out that version 2.24.1 had critical bug in 
https://github.com/apache/kyuubi/pull/6774#issuecomment-2499523805
    Bump bump log4j from 2.24.1 to 2.24.2
    - 
Release:https://logging.apache.org/log4j/2.x/release-notes.html#release-notes-2-24-2
    
    ### How was this patch tested?
    
    GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #6826 from pionCham/bump-log4j-version.
    
    Closes #6826
    
    150713f02 [chengpeiming] Bump log4j to 2.24.2
    
    Lead-authored-by: chengpeiming <[email protected]>
    Co-authored-by: chengpeiming <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 8 ++++----
 pom.xml            | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 657122bf60..2d4e4fd34a 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -123,10 +123,10 @@ 
kubernetes-model-rbac/6.13.1//kubernetes-model-rbac-6.13.1.jar
 kubernetes-model-resource/6.13.1//kubernetes-model-resource-6.13.1.jar
 kubernetes-model-scheduling/6.13.1//kubernetes-model-scheduling-6.13.1.jar
 kubernetes-model-storageclass/6.13.1//kubernetes-model-storageclass-6.13.1.jar
-log4j-1.2-api/2.24.1//log4j-1.2-api-2.24.1.jar
-log4j-api/2.24.1//log4j-api-2.24.1.jar
-log4j-core/2.24.1//log4j-core-2.24.1.jar
-log4j-slf4j-impl/2.24.1//log4j-slf4j-impl-2.24.1.jar
+log4j-1.2-api/2.24.2//log4j-1.2-api-2.24.2.jar
+log4j-api/2.24.2//log4j-api-2.24.2.jar
+log4j-core/2.24.2//log4j-core-2.24.2.jar
+log4j-slf4j-impl/2.24.2//log4j-slf4j-impl-2.24.2.jar
 logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
 lz4-java/1.8.0//lz4-java-1.8.0.jar
 metrics-core/4.2.26//metrics-core-4.2.26.jar
diff --git a/pom.xml b/pom.xml
index 074a8ceb4f..e53326796d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
         <kyuubi-relocated.version>0.4.1</kyuubi-relocated.version>
         
<kyuubi-relocated-zookeeper.artifacts>kyuubi-relocated-zookeeper-34</kyuubi-relocated-zookeeper.artifacts>
         <ldapsdk.version>6.0.5</ldapsdk.version>
-        <log4j.version>2.24.1</log4j.version>
+        <log4j.version>2.24.2</log4j.version>
         <mysql.jdbc.version>8.4.0</mysql.jdbc.version>
         <mockito.version>4.11.0</mockito.version>
         <netty.version>4.1.108.Final</netty.version>

Reply via email to