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

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


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

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

    [fix] Upgrade gson to 2.13.2 (#25022)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 distribution/shell/src/assemble/LICENSE.bin.txt  | 2 +-
 pom.xml                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 8759c5be221..430819051e6 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -266,7 +266,7 @@ The Apache Software License, Version 2.0
  * Proto Google Common Protos -- 
com.google.api.grpc-proto-google-common-protos-2.59.2.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-33.4.8-jre.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 6086fc9d1c8..4d4684e4a9f 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -326,7 +326,7 @@ The Apache Software License, Version 2.0
      - jackson-module-parameter-names-2.17.2.jar
  * Conscrypt -- conscrypt-openjdk-uber-2.5.2.jar
  * Gson
-    - gson-2.8.9.jar
+    - gson-2.13.2.jar
  * Guava
     - guava-33.4.8-jre.jar
     - failureaccess-1.0.3.jar
diff --git a/pom.xml b/pom.xml
index 625e8cd4b86..f2fadd1ba2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,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>

Reply via email to