Skip to content

Commit 502219d

Browse files
committed
pin netty to 4.2.5.Final version address CVE-2025-55163
Signed-off-by: Brian Flores <[email protected]>
1 parent 26ede83 commit 502219d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ml-algorithms/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ dependencies {
8888
}
8989
implementation('net.minidev:json-smart:2.5.2')
9090
implementation group: 'org.json', name: 'json', version: '20231013'
91-
implementation group: 'software.amazon.awssdk', name: 'netty-nio-client', version: "2.30.18"
91+
implementation(enforcedPlatform("io.netty:netty-bom:4.2.5.Final"))
92+
implementation("software.amazon.awssdk:netty-nio-client")
93+
9294
testImplementation("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
9395
testImplementation("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
9496
testImplementation group: 'com.networknt' , name: 'json-schema-validator', version: '1.4.0'

0 commit comments

Comments
 (0)