Skip to content

Commit

Permalink
deps: update protobuf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 25, 2024
1 parent 4bbb8ac commit 18764af
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 @@ -18,7 +18,7 @@ FROM gcr.io/cloud-devrel-public-resources/python
SHELL [ "/bin/bash", "-c" ]

ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
ARG PROTOC_VERSION=25.3
ARG PROTOC_VERSION=25.4
ARG GRPC_VERSION=1.65.1
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 @@ -31,7 +31,7 @@
<google.http-client.version>1.44.2</google.http-client.version>
<gson.version>2.11.0</gson.version>
<guava.version>33.2.1-jre</guava.version>
<protobuf.version>3.25.3</protobuf.version>
<protobuf.version>3.25.4</protobuf.version>
<opentelemetry.version>1.40.0</opentelemetry.version>
<maven.compiler.release>8</maven.compiler.release>
<errorprone.version>2.29.2</errorprone.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 @@ -26,7 +26,7 @@ version.gax_httpjson=2.51.1-SNAPSHOT
# The protobuf version is only used for generating gradle files for showcase module,
# not for self-service clients (from googleapis project).

version.com_google_protobuf=3.25.3
version.com_google_protobuf=3.25.4
version.google_java_format=1.15.0
version.io_grpc=1.65.1

Expand Down

0 comments on commit 18764af

Please sign in to comment.