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 1f24fd4 commit 0052fd4Copy full SHA for 0052fd4
api/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api("org.yaml:snakeyaml:2.2")
3
api("commons-logging:commons-logging:1.3.0")
4
- api("io.netty:netty-all:4.1.107.Final")
+ api("io.netty:netty-all:4.1.117.Final")
5
api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}")
6
api("com.github.seancfoley:ipaddress:5.5.0")
7
}
0 commit comments