Skip to content
Open
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
14 changes: 7 additions & 7 deletions sdk-platform-java/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
# 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.83.0
com.google.auth:google-auth-library-bom,google.auth=1.49.0
io.grpc:grpc-bom,grpc=1.83.1
com.google.auth:google-auth-library-bom,google.auth=1.50.0
com.google.http-client:google-http-client,google.http-client=2.2.0
com.google.code.gson:gson,gson=2.14.0
com.google.guava:guava,guava=33.6.0-jre
com.google.protobuf:protobuf-java,protobuf=4.35.1
io.opentelemetry:opentelemetry-bom,opentelemetry=1.64.0
com.google.errorprone:error_prone_annotations,errorprone=2.50.0
com.google.j2objc:j2objc-annotations,j2objc-annotations=3.1
org.threeten:threetenbp,threetenbp=1.7.3
org.threeten:threetenbp,threetenbp=1.7.4
org.slf4j:slf4j-api,slf4j=2.0.18
org.jspecify:jspecify,jspecify=1.0.0
org.jspecify:jspecify,jspecify=1.0.1
org.conscrypt:conscrypt-openjdk-uber,conscrypt=2.6.1

# 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.12.0
com.google.cloud:grpc-gcp,grpc-gcp=1.13.0
com.google.oauth-client:google-oauth-client,google.oauth-client=1.39.0
com.google.api-client:google-api-client,google.api-client=2.9.0

Expand All @@ -35,10 +35,10 @@ org.threeten:threeten-extra,threeten-extra=1.10.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.22.1
commons-codec:commons-codec,codec=1.22.0
commons-codec:commons-codec,codec=1.22.1
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.2
org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6.3
org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4.3
org.json:json,json=20251224
io.perfmark:perfmark-api,perfmark-api=0.27.0
Expand Down
Loading