Skip to content

Commit

Permalink
fix #1412 Update to Netty v4.1.55.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Dec 9, 2020
1 parent 315aabd commit 8bb81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ext {
logbackVersion = '1.2.3'

// Netty
nettyDefaultVersion = '4.1.54.Final'
nettyDefaultVersion = '4.1.55.Final'
if (!project.hasProperty("forceNettyVersion")) {
nettyVersion = nettyDefaultVersion
}
Expand Down

0 comments on commit 8bb81cb

Please sign in to comment.