Skip to content

Commit da228d8

Browse files
authored
deps: Update gRPC-Java to v1.82.2 (#13877)
Result of running `librarian generate --all`. This may also contain changes regenerated from googleapis proto changes. Might have been from the `go run github.com/googleapis/librarian/cmd/librarian@${V} update sources.googleapis` command while following the playbook, but was running into librarian generation issues so I follow the steps to setup librarian first. Not sure how to "un-update the sources" from a local librarian install, but I don't think this generation should have an harm as it should have the updated sources.
1 parent 2256394 commit da228d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

grpc-gcp-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<gson.version>2.13.2</gson.version>
7070
<guava.version>33.6.0-jre</guava.version>
7171
<protobuf.version>4.33.6</protobuf.version>
72-
<grpc.version>1.81.0</grpc.version>
72+
<grpc.version>1.82.2</grpc.version>
7373
<jsr305.version>3.0.2</jsr305.version>
7474
<junit.version>4.13.2</junit.version>
7575
<opencensus.version>0.31.1</opencensus.version>

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tools:
3030
classifier: all-deps
3131
packaging: jar
3232
- name: protoc-gen-java_grpc
33-
version: 1.81.0
33+
version: 1.82.2
3434
group_id: io.grpc
3535
artifact_id: protoc-gen-grpc-java
3636
classifier: linux-x86_64

sdk-platform-java/gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- External dependencies, especially gRPC and Protobuf version, should be
2828
consistent across modules in this repository -->
2929
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
30-
<grpc.version>1.81.0</grpc.version>
30+
<grpc.version>1.82.2</grpc.version>
3131
<google.http-client.version>2.2.0</google.http-client.version>
3232
<gson.version>2.13.2</gson.version>
3333
<guava.version>33.6.0-jre</guava.version>

0 commit comments

Comments
 (0)