Skip to content
Merged
Changes from all commits
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
12 changes: 6 additions & 6 deletions dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
# 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.78.0
com.google.auth:google-auth-library-bom,google.auth=1.42.1
io.grpc:grpc-bom,grpc=1.79.0
com.google.auth:google-auth-library-bom,google.auth=1.43.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The version of com.google.auth:google-auth-library-bom is being updated to 1.43.0 in this upper-bound tracking file. However, the version used in the build, defined by the google.auth.version property in gapic-generator-java-pom-parent/pom.xml, remains at 1.42.1. While other dependencies in this file are also out of sync with the build, this particular dependency was aligned before this change. This divergence could be unintentional. Please consider updating google.auth.version in gapic-generator-java-pom-parent/pom.xml to 1.43.0 in this or a subsequent PR to maintain consistency and adopt the bug fixes from the new version.

com.google.http-client:google-http-client,google.http-client=2.1.0
com.google.code.gson:gson,gson=2.13.2
com.google.guava:guava,guava=33.5.0-jre
com.google.protobuf:protobuf-java,protobuf=4.33.4
io.opentelemetry:opentelemetry-bom,opentelemetry=1.58.0
com.google.errorprone:error_prone_annotations,errorprone=2.46.0
com.google.protobuf:protobuf-java,protobuf=4.33.5
io.opentelemetry:opentelemetry-bom,opentelemetry=1.59.0
com.google.errorprone:error_prone_annotations,errorprone=2.47.0
com.google.j2objc:j2objc-annotations,j2objc-annotations=3.1
org.threeten:threetenbp,threetenbp=1.7.2
org.slf4j:slf4j-api,slf4j=2.0.17
Expand All @@ -37,7 +37,7 @@ commons-codec:commons-codec,codec=1.21.0
org.apache.httpcomponents:httpclient,httpcomponents.httpclient=4.5.14
org.apache.httpcomponents:httpcore,httpcomponents.httpcore=4.4.16
org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6
org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4
org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4.1
org.json:json,json=20251224
io.perfmark:perfmark-api,perfmark-api=0.27.0
# Note: This is the google opentelemetry exporter and not the general opentelemetry project
Expand Down
Loading