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
8 changes: 4 additions & 4 deletions sdk-platform-java/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ javax.annotation:javax.annotation-api,javax.annotation-api=1.3.2
io.grpc:grpc-bom,grpc=1.80.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.13.2
com.google.guava:guava,guava=33.5.0-jre
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.34.1
io.opentelemetry:opentelemetry-bom,opentelemetry=1.61.0
com.google.errorprone:error_prone_annotations,errorprone=2.49.0
Expand All @@ -33,10 +33,10 @@ 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.21.2
commons-codec:commons-codec,codec=1.21.0
commons-codec:commons-codec,codec=1.22.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.client5:httpclient5,apache-httpclient-5=5.6.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Updating httpclient5 to 5.6.1 while leaving httpcore5 at 5.4.2 (line 40) may lead to binary incompatibilities or NoSuchMethodError at runtime. These components are part of the same project and are typically updated in tandem to ensure compatibility. Please verify if httpcore5 also needs to be updated to a version compatible with HttpClient 5.6.1 (e.g., 5.6.x or 5.5.x).

org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4.2
org.json:json,json=20251224
io.perfmark:perfmark-api,perfmark-api=0.27.0
Expand Down
Loading