Skip to content

fix: exclude transitive netty from AWS batch and bedrock dependencies#370

Merged
sr4850 merged 1 commit into
mainfrom
fix/exclude-netty-from-aws-batch
May 7, 2026
Merged

fix: exclude transitive netty from AWS batch and bedrock dependencies#370
sr4850 merged 1 commit into
mainfrom
fix/exclude-netty-from-aws-batch

Conversation

@sr4850

@sr4850 sr4850 commented May 7, 2026

Copy link
Copy Markdown
Contributor

Excludes io.netty:* from software.amazon.awssdk:batch and bedrockagentruntime to resolve SNYK-JAVA-IONETTY-16438929 (netty-codec-http2@4.1.132.Final vulnerability).

The AWS SDK uses netty internally for its async HTTP client but active-support uses the apache-client, so netty is not needed.

Description

Related issue: JIRA_TICKET_NUMBER

Before submitting (or marking as "ready for review")

  • Does the pull request title follow the conventional commit specification?
  • Have you performed a self-review of the code
  • Have you have added tests that prove the fix or feature is effective and working
  • Did you make sure to update any documentation relating to this change?

Excludes io.netty:* from software.amazon.awssdk:batch and
bedrockagentruntime to resolve SNYK-JAVA-IONETTY-16438929
(netty-codec-http2@4.1.132.Final vulnerability).

The AWS SDK uses netty internally for its async HTTP client but
active-support uses the apache-client, so netty is not needed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@sr4850 sr4850 merged commit 354e8ed into main May 7, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants