File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +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-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" ,
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" ,
4647 " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion " ,
4748 " org.apache.logging.log4j:log4j-bom:2.21.1" ,
4849 " org.junit:junit-bom:5.10.1" ,
You can’t perform that action at this time.
0 commit comments