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

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


The following commit(s) were added to refs/heads/master by this push:
     new 594d26cef814 [SPARK-53015][BUILD] Upgrade log4j to 2.25.1
594d26cef814 is described below

commit 594d26cef8141fbcaefe6251d71c226946a2adb9
Author: YangJie <[email protected]>
AuthorDate: Wed Aug 20 09:50:42 2025 +0800

    [SPARK-53015][BUILD] Upgrade log4j to 2.25.1
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade log4j2 from `2.24.3` to `2.25.1`.
    
    ### Why are the changes needed?
    The new version brings some bug fixes and provides complete support for 
GraalVM native image generation. The full release notes:
    - https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.25.0
    - https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.25.1
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #51719 from LuciferYang/SPARK-53015.
    
    Lead-authored-by: YangJie <[email protected]>
    Co-authored-by: yangjie01 <[email protected]>
    Signed-off-by: yangjie01 <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 10 +++++-----
 pom.xml                               |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index b6ba1daa9057..5f1d865f077d 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -186,11 +186,11 @@ leveldbjni-all/1.8//leveldbjni-all-1.8.jar
 libfb303/0.9.3//libfb303-0.9.3.jar
 libthrift/0.16.0//libthrift-0.16.0.jar
 
listenablefuture/9999.0-empty-to-avoid-conflict-with-guava//listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
-log4j-1.2-api/2.24.3//log4j-1.2-api-2.24.3.jar
-log4j-api/2.24.3//log4j-api-2.24.3.jar
-log4j-core/2.24.3//log4j-core-2.24.3.jar
-log4j-layout-template-json/2.24.3//log4j-layout-template-json-2.24.3.jar
-log4j-slf4j2-impl/2.24.3//log4j-slf4j2-impl-2.24.3.jar
+log4j-1.2-api/2.25.1//log4j-1.2-api-2.25.1.jar
+log4j-api/2.25.1//log4j-api-2.25.1.jar
+log4j-core/2.25.1//log4j-core-2.25.1.jar
+log4j-layout-template-json/2.25.1//log4j-layout-template-json-2.25.1.jar
+log4j-slf4j2-impl/2.25.1//log4j-slf4j2-impl-2.25.1.jar
 lz4-java/1.8.0//lz4-java-1.8.0.jar
 metrics-core/4.2.33//metrics-core-4.2.33.jar
 metrics-graphite/4.2.33//metrics-graphite-4.2.33.jar
diff --git a/pom.xml b/pom.xml
index 96de554e0a17..1953a25308a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <sbt.project.name>spark</sbt.project.name>
     <asm.version>9.8</asm.version>
     <slf4j.version>2.0.17</slf4j.version>
-    <log4j.version>2.24.3</log4j.version>
+    <log4j.version>2.25.1</log4j.version>
     <!-- make sure to update IsolatedClientLoader whenever this version is 
changed -->
     <hadoop.version>3.4.1</hadoop.version>
     <!-- SPARK-41247: When updating `protobuf.version`, also need to update 
`protoVersion` in `SparkBuild.scala` -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to