Skip to content

Commit 9b17464

Browse files
committed
fix comment to address both aws sdks
1 parent b4d2a63 commit 9b17464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ val dependencyBoms = listOf(
4141
"com.linecorp.armeria:armeria-bom:1.26.4",
4242
"io.grpc:grpc-bom:1.59.1",
4343
// 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.
4546
"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",

0 commit comments

Comments
 (0)