Skip to content

Commit e08906c

Browse files
authored
deps: update grpc dependencies to v1.67.1 (#3258)
In https://github.com/grpc/grpc-java/releases/tag/v1.67.1, release note states: "There was no 1.67.0 release. There was a problem making the release and it went to Maven Central as 1.68.0 instead. This is a version-corrected release." and [#11553](grpc/grpc-java#11553) is included in change list. 1.68.0 in maven central was meant to be 1.67.0, and 1.67.1 is the next release after 1.68.0 (1.67.0)
1 parent 4e76207 commit e08906c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SHELL [ "/bin/bash", "-c" ]
3434

3535
ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
3636
ARG PROTOC_VERSION=25.5
37-
ARG GRPC_VERSION=1.68.0
37+
ARG GRPC_VERSION=1.67.1
3838
ENV HOME=/home
3939
ENV OS_ARCHITECTURE="linux-x86_64"
4040

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- External dependencies, especially gRPC and Protobuf version, should be
2727
consistent across modules in this repository -->
2828
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
29-
<grpc.version>1.68.0</grpc.version>
29+
<grpc.version>1.67.1</grpc.version>
3030
<google.auth.version>1.27.0</google.auth.version>
3131
<google.http-client.version>1.45.0</google.http-client.version>
3232
<gson.version>2.11.0</gson.version>

0 commit comments

Comments
 (0)