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
16 changes: 8 additions & 8 deletions dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
javax.annotation:javax.annotation-api,javax.annotation-api=1.3.2
io.grpc:grpc-bom,grpc=1.76.2
com.google.auth:google-auth-library-bom,google.auth=1.41.0
com.google.http-client:google-http-client,google.http-client=2.0.2
com.google.http-client:google-http-client,google.http-client=2.0.3
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.1
io.opentelemetry:opentelemetry-bom,opentelemetry=1.57.0
com.google.errorprone:error_prone_annotations,errorprone=2.45.0
com.google.protobuf:protobuf-java,protobuf=4.33.4
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

The version 4.33.4 for com.google.protobuf:protobuf-java does not appear to be available in Maven Central. The latest published version seems to be 4.26.1. This will cause dependency resolution to fail.

io.opentelemetry:opentelemetry-bom,opentelemetry=1.58.0
com.google.errorprone:error_prone_annotations,errorprone=2.46.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

# 1P Shared-Deps
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml
com.google.cloud:grpc-gcp,grpc-gcp=1.9.0
com.google.cloud:grpc-gcp,grpc-gcp=1.9.1
com.google.oauth-client:google-oauth-client,google.oauth-client=1.39.0
com.google.api-client:google-api-client,google.api-client=2.8.1

Expand All @@ -33,11 +33,11 @@ org.threeten:threeten-extra,threeten-extra=1.8.0
io.opencensus:opencensus-api,opencensus=0.31.1
com.google.code.findbugs:jsr305,findbugs=3.0.2
com.fasterxml.jackson:jackson-bom,jackson=2.20.1
commons-codec:commons-codec,codec=1.19.0
commons-codec:commons-codec,codec=1.20.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.5.1
org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.3.6
org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

The version 5.6 for org.apache.httpcomponents.client5:httpclient5 does not appear to be available in Maven Central. The latest published version seems to be 5.3.1. This will cause dependency resolution to fail.

org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

The version 5.4 for org.apache.httpcomponents.core5:httpcore5 does not appear to be available in Maven Central. The latest published version seems to be 5.2.4. This will cause dependency resolution to fail.

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