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

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 271e05b2ca5 [fix] Upgrade gson to 2.13.2 (#25022)
271e05b2ca5 is described below

commit 271e05b2ca565a4ace549c9a8a4ae9ad6b133acb
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Nov 26 18:09:25 2025 -0800

    [fix] Upgrade gson to 2.13.2 (#25022)
    
    (cherry picked from commit 684982471cf829aac13782ba84d163c5a492cc2f)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 distribution/shell/src/assemble/LICENSE.bin.txt  | 2 +-
 pom.xml                                          | 2 +-
 pulsar-sql/presto-distribution/LICENSE           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 19019ade2fe..b1fd844bf64 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -262,7 +262,7 @@ The Apache Software License, Version 2.0
  * Proto Google Common Protos -- 
com.google.api.grpc-proto-google-common-protos-2.9.0.jar
  * Bitbucket -- org.bitbucket.b_c-jose4j-0.9.4.jar
  * Gson
-    - com.google.code.gson-gson-2.8.9.jar
+    - com.google.code.gson-gson-2.13.2.jar
     - io.gsonfire-gson-fire-1.8.5.jar
  * Guava
     - com.google.guava-guava-32.1.1-jre.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 69f7b5ba0c4..3ebd94d9c7b 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -324,7 +324,7 @@ The Apache Software License, Version 2.0
      - jackson-module-parameter-names-2.14.2.jar
  * Conscrypt -- conscrypt-openjdk-uber-2.5.2.jar
  * Gson
-    - gson-2.8.9.jar
+    - gson-2.13.2.jar
  * Guava
     - guava-32.1.1-jre.jar
     - failureaccess-1.0.1.jar
diff --git a/pom.xml b/pom.xml
index a021035d207..cd531c3f737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <google-http-client.version>1.41.0</google-http-client.version>
     <perfmark.version>0.26.0</perfmark.version>
     
<protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
-    <gson.version>2.8.9</gson.version>
+    <gson.version>2.13.2</gson.version>
     <system-lambda.version>1.2.1</system-lambda.version>
     <sketches.version>0.8.3</sketches.version>
     <hbc-core.version>2.2.0</hbc-core.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE 
b/pulsar-sql/presto-distribution/LICENSE
index bd8e5940b7c..b214c131bb3 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -447,7 +447,7 @@ The Apache Software License, Version 2.0
     - commons-lang-2.6.jar
     - commons-logging-1.2.jar
   * GSON
-    - gson-2.8.9.jar
+    - gson-2.13.2.jar
   * JSON Simple
     - json-simple-1.1.1.jar
   * Snappy

Reply via email to