This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit c5efa8f29e3eb57c84d331adc9395bae62cc8e5f 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 +- 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 0842e742a7a..7eecfcb4f86 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-32.1.2-jre.jar diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt b/distribution/shell/src/assemble/LICENSE.bin.txt index 385982efcdc..42b102b12a6 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-32.1.2-jre.jar - failureaccess-1.0.1.jar diff --git a/pom.xml b/pom.xml index 43326da50e5..afff5680a70 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,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>
