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

dongjoon 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 51ca47da6c1a [SPARK-47893][BUILD] Upgrade ASM to 9.7
51ca47da6c1a is described below

commit 51ca47da6c1ab9da8e68de0a0418a6a59457f7f8
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Thu Apr 18 07:48:12 2024 -0700

    [SPARK-47893][BUILD] Upgrade ASM to 9.7
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade ASM to 9.7.
    
    ### Why are the changes needed?
    xbean-asm9-shaded 4.25 upgrade to use `ASM 9.7` and `ASM 9.7` is for `Java 
23`.
    https://asm.ow2.io/versions.html
    https://github.com/apache/geronimo-xbean/pull/40
    
    ### 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 #46110 from panbingkun/SPARK-47893.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 4 ++--
 project/plugins.sbt                   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 71a87a9f519d..45a4d499e513 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -272,7 +272,7 @@ transaction-api/1.1//transaction-api-1.1.jar
 txw2/3.0.2//txw2-3.0.2.jar
 univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar
 wildfly-openssl/1.1.3.Final//wildfly-openssl-1.1.3.Final.jar
-xbean-asm9-shaded/4.24//xbean-asm9-shaded-4.24.jar
+xbean-asm9-shaded/4.25//xbean-asm9-shaded-4.25.jar
 xmlschema-core/2.3.1//xmlschema-core-2.3.1.jar
 xz/1.9//xz-1.9.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
diff --git a/pom.xml b/pom.xml
index e6b37610adb2..682365d9704a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
     <maven.version>3.9.6</maven.version>
     <exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
-    <asm.version>9.6</asm.version>
+    <asm.version>9.7</asm.version>
     <slf4j.version>2.0.13</slf4j.version>
     <log4j.version>2.22.1</log4j.version>
     <!-- make sure to update IsolatedClientLoader whenever this version is 
changed -->
@@ -481,7 +481,7 @@
       <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-asm9-shaded</artifactId>
-        <version>4.24</version>
+        <version>4.25</version>
       </dependency>
 
       <!-- Shaded deps marked as provided. These are promoted to compile scope
diff --git a/project/plugins.sbt b/project/plugins.sbt
index deb06738c642..8f422ca07cbb 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -37,9 +37,9 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
 
 addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
 
-libraryDependencies += "org.ow2.asm"  % "asm" % "9.6"
+libraryDependencies += "org.ow2.asm"  % "asm" % "9.7"
 
-libraryDependencies += "org.ow2.asm"  % "asm-commons" % "9.6"
+libraryDependencies += "org.ow2.asm"  % "asm-commons" % "9.7"
 
 addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to