Skip to content

Commit 722aa25

Browse files
fix(deps): update dependency io.netty:netty-all to v4.1.114.final
1 parent 8aec32a commit 722aa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api("org.yaml:snakeyaml:2.2")
33
api("commons-logging:commons-logging:1.3.0")
4-
api("io.netty:netty-all:4.1.107.Final")
4+
api("io.netty:netty-all:4.1.114.Final")
55
api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}")
66
api("com.github.seancfoley:ipaddress:5.5.0")
77
}

0 commit comments

Comments
 (0)