This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 8b427521ae4 [fix] Update gRPC to 1.75.0 (#24813)
8b427521ae4 is described below
commit 8b427521ae4932254d19906a038fa8eef87bb7d8
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Oct 2 17:44:25 2025 -0700
[fix] Update gRPC to 1.75.0 (#24813)
---
distribution/server/src/assemble/LICENSE.bin.txt | 42 ++++++++++++------------
pom.xml | 2 +-
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index 17b34ae8373..11555b1896f 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -263,7 +263,7 @@ The Apache Software License, Version 2.0
* Caffeine -- com.github.ben-manes.caffeine-caffeine-2.9.1.jar
* Conscrypt -- org.conscrypt-conscrypt-openjdk-uber-2.5.2.jar
* Fastutil -- it.unimi.dsi-fastutil-8.5.16.jar
- * Proto Google Common Protos --
com.google.api.grpc-proto-google-common-protos-2.51.0.jar
+ * 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
@@ -431,26 +431,26 @@ The Apache Software License, Version 2.0
- org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.8.20.jar
- org.jetbrains-annotations-13.0.jar
* gRPC
- - io.grpc-grpc-all-1.72.0.jar
- - io.grpc-grpc-auth-1.72.0.jar
- - io.grpc-grpc-context-1.72.0.jar
- - io.grpc-grpc-core-1.72.0.jar
- - io.grpc-grpc-protobuf-1.72.0.jar
- - io.grpc-grpc-protobuf-lite-1.72.0.jar
- - io.grpc-grpc-stub-1.72.0.jar
- - io.grpc-grpc-alts-1.72.0.jar
- - io.grpc-grpc-api-1.72.0.jar
- - io.grpc-grpc-grpclb-1.72.0.jar
- - io.grpc-grpc-netty-shaded-1.72.0.jar
- - io.grpc-grpc-services-1.72.0.jar
- - io.grpc-grpc-xds-1.72.0.jar
- - io.grpc-grpc-rls-1.72.0.jar
- - io.grpc-grpc-servlet-1.72.0.jar
- - io.grpc-grpc-servlet-jakarta-1.72.0.jar
+ - io.grpc-grpc-all-1.75.0.jar
+ - io.grpc-grpc-auth-1.75.0.jar
+ - io.grpc-grpc-context-1.75.0.jar
+ - io.grpc-grpc-core-1.75.0.jar
+ - io.grpc-grpc-protobuf-1.75.0.jar
+ - io.grpc-grpc-protobuf-lite-1.75.0.jar
+ - io.grpc-grpc-stub-1.75.0.jar
+ - io.grpc-grpc-alts-1.75.0.jar
+ - io.grpc-grpc-api-1.75.0.jar
+ - io.grpc-grpc-grpclb-1.75.0.jar
+ - io.grpc-grpc-netty-shaded-1.75.0.jar
+ - io.grpc-grpc-services-1.75.0.jar
+ - io.grpc-grpc-xds-1.75.0.jar
+ - io.grpc-grpc-rls-1.75.0.jar
+ - io.grpc-grpc-servlet-1.75.0.jar
+ - io.grpc-grpc-servlet-jakarta-1.75.0.jar
- io.grpc-grpc-util-1.60.0.jar
- - io.grpc-grpc-opentelemetry-1.72.0.jar
- - io.grpc-grpc-gcp-csm-observability-1.72.0.jar
- - io.grpc-grpc-inprocess-1.72.0.jar
+ - io.grpc-grpc-opentelemetry-1.75.0.jar
+ - io.grpc-grpc-gcp-csm-observability-1.75.0.jar
+ - io.grpc-grpc-inprocess-1.75.0.jar
* Perfmark
- io.perfmark-perfmark-api-0.26.0.jar
* OpenCensus
@@ -541,7 +541,7 @@ The Apache Software License, Version 2.0
-
io.opentelemetry.instrumentation-opentelemetry-runtime-telemetry-java8-1.33.6-alpha.jar
- io.opentelemetry.semconv-opentelemetry-semconv-1.29.0-alpha.jar
- com.google.cloud.opentelemetry-detector-resources-support-0.33.0.jar
- - io.opentelemetry.contrib-opentelemetry-gcp-resources-1.43.0-alpha.jar
+ - io.opentelemetry.contrib-opentelemetry-gcp-resources-1.48.0-alpha.jar
* Spotify completable-futures
- com.spotify-completable-futures-0.3.6.jar
* JSpecify
diff --git a/pom.xml b/pom.xml
index 026d6eca63a..2082f4c1fa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@ flexible messaging model and an intuitive client
API.</description>
<zt-zip.version>1.17</zt-zip.version>
<protobuf3.version>3.25.5</protobuf3.version>
<protoc3.version>${protobuf3.version}</protoc3.version>
- <grpc.version>1.72.0</grpc.version>
+ <grpc.version>1.75.0</grpc.version>
<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>