Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grpc-gcp-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<gson.version>2.13.2</gson.version>
<guava.version>33.6.0-jre</guava.version>
<protobuf.version>4.33.6</protobuf.version>
<grpc.version>1.82.2</grpc.version>
<grpc.version>1.82.3</grpc.version>
Comment thread
lqiu96 marked this conversation as resolved.
<jsr305.version>3.0.2</jsr305.version>
<junit.version>4.13.2</junit.version>
<opencensus.version>0.31.1</opencensus.version>
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tools:
classifier: all-deps
packaging: jar
- name: protoc-gen-java_grpc
version: 1.82.2
version: 1.82.3
group_id: io.grpc
artifact_id: protoc-gen-grpc-java
classifier: linux-x86_64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- External dependencies, especially gRPC and Protobuf version, should be
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.82.2</grpc.version>
<grpc.version>1.82.3</grpc.version>
Comment thread
lqiu96 marked this conversation as resolved.
<google.http-client.version>2.2.0</google.http-client.version>
<gson.version>2.13.2</gson.version>
<guava.version>33.6.0-jre</guava.version>
Expand Down
Loading