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/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new fa0dda1c1 [KYUUBI #3602] Bump log4j from 2.18.0 to 2.19.0
fa0dda1c1 is described below

commit fa0dda1c1124994f0eec6e0e47c2d8b335e1cb3e
Author: Bowen Liang <[email protected]>
AuthorDate: Mon Oct 10 19:53:16 2022 +0800

    [KYUUBI #3602] Bump log4j from 2.18.0 to 2.19.0
    
    ### _Why are the changes needed?_
    
    to close #3602 .
    
    Bump log4j from 2.18.0 to 2.19.0.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #3603 from bowenliang123/3602-log4j2-218.
    
    Closes #3602
    
    fef6865c [Bowen Liang] Bump log4j from 2.18.0 to 2.19.0
    
    Authored-by: Bowen Liang <[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 c40ce3839..42f6d7d05 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -121,10 +121,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.18.0//log4j-1.2-api-2.18.0.jar
-log4j-api/2.18.0//log4j-api-2.18.0.jar
-log4j-core/2.18.0//log4j-core-2.18.0.jar
-log4j-slf4j-impl/2.18.0//log4j-slf4j-impl-2.18.0.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
 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 736ff50fd..02ae8cbcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,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.18.0</log4j.version>
+        <log4j.version>2.19.0</log4j.version>
         <mysql.jdbc.version>8.0.27</mysql.jdbc.version>
         <netty.version>4.1.73.Final</netty.version>
         <parquet.version>1.10.1</parquet.version>

Reply via email to