fix: update async-http-client to 3.0.6 and change dependency scopes to api#81
Merged
Keith-wright merged 2 commits intopusher:masterfrom Jan 28, 2026
Merged
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Force transitive Netty dependency upgrade to resolve: - CVE-2025-24970 (HIGH 7.5): SslHandler validation flaw causing native crash - CVE-2025-25193 (MEDIUM 5.5): DoS via null-byte in BoundedInputStream - CVE-2025-55163 (HIGH 7.5): HTTP/2 "MadeYouReset" DDoS attack - CVE-2025-58056 (HIGH 7.5): HTTP request smuggling via LF parsing - CVE-2025-58057 (HIGH 7.5): BrotliDecoder DoS (zip bomb) - CVE-2025-67735 (MEDIUM 6.5): CRLF injection / request smuggling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…o api - Update async-http-client from 3.0.1 to 3.0.6 (addresses Issue pusher#79) - Change httpclient, async-http-client, and gson from 'implementation' to 'api' scope since they appear in public method signatures (Issue pusher#78) Closes pusher#78 Closes pusher#79 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7f6b729 to
afc042a
Compare
aonemd
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates dependency declarations to address two issues:
httpclient,async-http-client, andgsonfromimplementationtoapiscope to address issue Dependencies declared as implementation instead of api #78.async-http-clientfrom 3.0.1 to 3.0.6 to resolve vulnerability scanner warnings to address issue Vulnerabilities in dependencies #79.CHANGELOG
async-http-clientfrom 3.0.1 to 3.0.6httpclient,async-http-client, andgsondependency scope fromimplementationtoapi