Skip to content

Commit

Permalink
deps: update grpc dependencies to v1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 20, 2024
1 parent 2447513 commit 9a9007a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SHELL [ "/bin/bash", "-c" ]

ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
ARG PROTOC_VERSION=25.5
ARG GRPC_VERSION=1.66.0
ARG GRPC_VERSION=1.68.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.66.0</grpc.version>
<grpc.version>1.68.0</grpc.version>
<google.auth.version>1.26.0</google.auth.version>
<google.http-client.version>1.45.0</google.http-client.version>
<gson.version>2.11.0</gson.version>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version.gax_httpjson=2.53.1-SNAPSHOT

version.com_google_protobuf=3.25.5
version.google_java_format=1.15.0
version.io_grpc=1.66.0
version.io_grpc=1.68.0

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down

0 comments on commit 9a9007a

Please sign in to comment.