Skip to content

Commit

Permalink
Update dependency io.netty:netty-all to v4.1.101.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 4c49f18 commit 21afc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api(project(":common"))

// netty
api("io.netty:netty-all:4.1.92.Final")
api("io.netty:netty-all:4.1.101.Final")

// logging
api("org.apache.logging.log4j:log4j-api:$log4jVersion")
Expand Down

0 comments on commit 21afc34

Please sign in to comment.