Skip to content

Commit e225f20

Browse files
authored
Merge branch 'main' into zhaez/version-file
2 parents eaf48f5 + fb742d5 commit e225f20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)