We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bc136 commit cb9bfbdCopy full SHA for cb9bfbd
dependencyManagement/build.gradle.kts
@@ -40,7 +40,9 @@ val dependencyBoms = listOf(
40
"com.google.protobuf:protobuf-bom:3.25.1",
41
"com.linecorp.armeria:armeria-bom:1.26.4",
42
"io.grpc:grpc-bom:1.59.1",
43
- "io.netty:netty-bom:4.1.124.Final", // Fix for CVE-2025-55163, remove once https://github.com/aws/aws-sdk-java-v2/pull/6344 is released.
+ // 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",
46
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion",
47
"org.apache.logging.log4j:log4j-bom:2.21.1",
48
"org.junit:junit-bom:5.10.1",
0 commit comments