Skip to content

Commit 5037d59

Browse files
authored
Update Netty to 4.1.130 (CVE-2025-67735) (#1271)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 94002f2 commit 5037d59

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1313

1414
## Unreleased
1515

16+
- Bump Netty version to 4.1.130 Final
17+
([#1271](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1271))
18+
19+
1620
### Enhancements
1721

1822
- Add Application Signals Dimensions to EMF exporter

dependencyManagement/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ val dependencyBoms = listOf(
4040
"com.google.protobuf:protobuf-bom:3.25.1",
4141
"com.linecorp.armeria:armeria-bom:1.26.4",
4242
"io.grpc:grpc-bom:1.59.1",
43-
// netty-bom is a fix for CVE-2025-58056 (https://github.com/advisories/GHSA-fghv-69vj-qj49).
44-
// Remove once https://github.com/aws/aws-sdk-java-v2/pull/6398 and https://github.com/aws/aws-sdk-java/pull/3192
45-
// are both merged and released, and we update the corresponding dependencies.
46-
"io.netty:netty-bom:4.1.126.Final",
43+
// netty-bom is a fix for CVE-2025-67735 (https://github.com/advisories/GHSA-84h7-rjj3-6jx4).
44+
// Remove once https://github.com/aws/aws-sdk-java-v2/pull/6635 is released and
45+
// AWS SDK for Java (v1) is upgraded to 1.12.796 at least.
46+
"io.netty:netty-bom:4.1.130.Final",
4747
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion",
4848
"org.apache.logging.log4j:log4j-bom:2.21.1",
4949
"org.junit:junit-bom:5.10.1",

0 commit comments

Comments
 (0)