Skip to content

Commit

Permalink
fix(deps): update dependency io.netty:netty-all to v4.1.111.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 8aec32a commit 72a31a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api("org.yaml:snakeyaml:2.2")
api("commons-logging:commons-logging:1.3.0")
api("io.netty:netty-all:4.1.107.Final")
api("io.netty:netty-all:4.1.111.Final")
api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}")
api("com.github.seancfoley:ipaddress:5.5.0")
}

0 comments on commit 72a31a4

Please sign in to comment.