Skip to content

Commit df7bb31

Browse files
liustvethpierce
andauthored
Add Netty BOM (#1148)
*Description of changes:* Builds are failing image scanning for `CVE-2025-55163` which recently was added as a vulnerability. GHSA-prj3-ccx8-p6x4 Should revert this once we upgrade our aws-sdk dependency to version that has this PR added: aws/aws-sdk-java-v2#6344 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: Thomas Pierce <[email protected]>
1 parent ce79a85 commit df7bb31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ 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-55163 (https://github.com/advisories/GHSA-prj3-ccx8-p6x4).
44+
// Remove once https://github.com/aws/aws-sdk-java-v2/pull/6344 is released.
45+
"io.netty:netty-bom:4.1.124.Final",
4346
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion",
4447
"org.apache.logging.log4j:log4j-bom:2.21.1",
4548
"org.junit:junit-bom:5.10.1",

0 commit comments

Comments
 (0)