Skip to content

Commit 93ba703

Browse files
committed
bump netty version
1 parent 7903dbf commit 93ba703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val dependencyBoms = listOf(
4242
"io.grpc:grpc-bom:1.59.1",
4343
// netty-bom is a fix for CVE-2025-55163 (https://github.com/advisories/GHSA-prj3-ccx8-p6x4).
4444
// Remove once https://github.com/aws/aws-sdk-java-v2/pull/6344 is released.
45-
"io.netty:netty-bom:4.1.124.Final",
45+
"io.netty:netty-bom:4.1.126.Final",
4646
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion",
4747
"org.apache.logging.log4j:log4j-bom:2.21.1",
4848
"org.junit:junit-bom:5.10.1",

0 commit comments

Comments
 (0)