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 bbbad56aeec5 [SPARK-54626][BUILD] Upgrade gson to `2.13.2`
bbbad56aeec5 is described below

commit bbbad56aeec5c5cf259b3a7415abd208d0b4a045
Author: Kousuke Saruta <[email protected]>
AuthorDate: Sat Dec 6 07:17:43 2025 -0800

    [SPARK-54626][BUILD] Upgrade gson to `2.13.2`
    
    ### What changes were proposed in this pull request?
    This PR proposes to upgrade gson from `2.11.0` to `2.13.2`
    
    Changes after `2.11.0`:
    * 2.12.0: https://github.com/google/gson/releases/tag/gson-parent-2.12.0
    * 2.12.1: https://github.com/google/gson/releases/tag/gson-parent-2.12.1
    * 2.13.0: https://github.com/google/gson/releases/tag/gson-parent-2.13.0
    * 2.13.1: https://github.com/google/gson/releases/tag/gson-parent-2.13.1
    * 2.13.2: https://github.com/google/gson/releases/tag/gson-parent-2.13.2
    
    ### Why are the changes needed?
    To keep the dependency latest.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #53367 from sarutak/upgrade-gson-2.13.2.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 71b339530cf8..470082330509 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -65,7 +65,7 @@ failureaccess/1.0.3//failureaccess-1.0.3.jar
 flatbuffers-java/25.2.10//flatbuffers-java-25.2.10.jar
 gcs-connector/hadoop3-2.2.28/shaded/gcs-connector-hadoop3-2.2.28-shaded.jar
 gmetric4j/1.0.10//gmetric4j-1.0.10.jar
-gson/2.11.0//gson-2.11.0.jar
+gson/2.13.2//gson-2.13.2.jar
 guava/33.4.8-jre//guava-33.4.8-jre.jar
 hadoop-aliyun/3.4.2//hadoop-aliyun-3.4.2.jar
 hadoop-annotations/3.4.2//hadoop-annotations-3.4.2.jar
diff --git a/pom.xml b/pom.xml
index 35daae178e1e..ea23bbf20d0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
     <datanucleus-core.version>4.1.17</datanucleus-core.version>
     <guava.version>33.4.8-jre</guava.version>
     <guava.failureaccess.version>1.0.3</guava.failureaccess.version>
-    <gson.version>2.11.0</gson.version>
+    <gson.version>2.13.2</gson.version>
     <janino.version>3.1.9</janino.version>
     <jersey.version>3.0.18</jersey.version>
     <joda.version>2.14.0</joda.version>


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

Reply via email to