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 cb8c3db commit c1c8227Copy full SHA for c1c8227
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
31
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
32
// https://mvnrepository.com/artifact/io.netty/netty-all
33
- implementation("io.netty:netty-all:4.1.97.Final")
+ implementation("io.netty:netty-all:4.1.115.Final")
34
// https://mvnrepository.com/artifact/com.google.code.gson/gson
35
implementation("com.google.code.gson:gson:2.10.1")
36
// https://mvnrepository.com/artifact/org.apache.tika/tika-core
0 commit comments