We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ede83 commit 502219dCopy full SHA for 502219d
ml-algorithms/build.gradle
@@ -88,7 +88,9 @@ dependencies {
88
}
89
implementation('net.minidev:json-smart:2.5.2')
90
implementation group: 'org.json', name: 'json', version: '20231013'
91
- implementation group: 'software.amazon.awssdk', name: 'netty-nio-client', version: "2.30.18"
+ implementation(enforcedPlatform("io.netty:netty-bom:4.2.5.Final"))
92
+ implementation("software.amazon.awssdk:netty-nio-client")
93
+
94
testImplementation("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
95
testImplementation("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
96
testImplementation group: 'com.networknt' , name: 'json-schema-validator', version: '1.4.0'
0 commit comments