Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM docker.io/library/python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad31690

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=33.2
ARG GRPC_VERSION=1.80.0
ARG GRPC_VERSION=1.81.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:afc

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=33.2
ARG GRPC_VERSION=1.80.0
ARG GRPC_VERSION=1.81.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
2 changes: 1 addition & 1 deletion sdk-platform-java/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Pom-Parent Dependencies
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/gapic-generator-java-pom-parent/pom.xml
javax.annotation:javax.annotation-api,javax.annotation-api=1.3.2
io.grpc:grpc-bom,grpc=1.80.0
io.grpc:grpc-bom,grpc=1.81.0
com.google.auth:google-auth-library-bom,google.auth=1.46.0
com.google.http-client:google-http-client,google.http-client=2.1.0
com.google.code.gson:gson,gson=2.14.0
Expand Down
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.80.0</grpc.version>
<grpc.version>1.81.0</grpc.version>
<google.http-client.version>2.1.0</google.http-client.version>
<gson.version>2.12.1</gson.version>
<guava.version>33.5.0-jre</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion sdk-platform-java/gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version.gax_httpjson=2.80.0-SNAPSHOT

version.com_google_protobuf=3.25.8
version.google_java_format=1.15.0
version.io_grpc=1.76.2
version.io_grpc=1.81.0
Comment thread
jinseopkim0 marked this conversation as resolved.
Outdated

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