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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ val dependencyBoms = listOf(
41
41
"com.linecorp.armeria:armeria-bom:1.26.4",
42
42
"io.grpc:grpc-bom:1.59.1",
43
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.
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.
0 commit comments