From 0de0e3134e3ad2da1a11ec6f0c8e22daa6136d0f Mon Sep 17 00:00:00 2001 From: Jin Seop Kim Date: Tue, 16 Sep 2025 20:08:39 -0400 Subject: [PATCH] chore: Update the upper bound dependencies file Update the upper bound dependencies file to have the latest versions per release notes instruction. It is a combination of checking the [Dependency Dashboard](https://github.com/googleapis/sdk-platform-java/issues/831) and manually checking the github repo(e.g. grpc, protobuf, ) if they don't show up in the dashboard. --- dependencies.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies.txt b/dependencies.txt index 4c54691c6f..2e1e8dab85 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -7,13 +7,13 @@ # These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/gapic-generator-java-pom-parent/pom.xml javax.annotation-api=1.3.2 grpc=1.75.0 -google.auth=1.38.0 +google.auth=1.39.0 google.http-client=2.0.0 -gson=2.13.1 +gson=2.13.2 guava=33.4.8-jre -protobuf=4.32.0 +protobuf=4.32.1 # Note: This opentelemetry version refers to the opentelemetry-bom -opentelemetry=1.53.0 +opentelemetry=1.54.0 errorprone=2.41.0 j2objc-annotations=3.1 threetenbp=1.7.2 @@ -45,4 +45,4 @@ dev.cel=0.11.0 com.google.crypto.tink=1.18.0 # The follow opentelemetry dependencies have a different version from the opentelemetry-bom opentelemetry-semconv=1.37.0 -io.opentelemetry.contrib.opentelemetry-gcp-resources=1.48.0-alpha +io.opentelemetry.contrib.opentelemetry-gcp-resources=1.49.0-alpha