You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dependencyManagement/build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ val dependencyBoms = listOf(
40
40
"com.google.protobuf:protobuf-bom:3.25.1",
41
41
"com.linecorp.armeria:armeria-bom:1.26.4",
42
42
"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.
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 is merged and released and we update com.amazonaws:aws-java-sdk-bom:1.12.599 dependency.
0 commit comments