Skip to content

Commit

Permalink
Update to Netty v4.1.68.Final
Browse files Browse the repository at this point in the history
Update netty-tcnative-boringssl-static to 2.0.42.Final
  • Loading branch information
violetagg committed Sep 9, 2021
1 parent b2a80b3 commit 12b6cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -64,7 +64,7 @@ ext {
logbackVersion = '1.2.5'

// Netty
nettyDefaultVersion = '4.1.67.Final'
nettyDefaultVersion = '4.1.68.Final'
if (!project.hasProperty("forceNettyVersion")) {
nettyVersion = nettyDefaultVersion
}
Expand All @@ -79,7 +79,7 @@ ext {
assertJVersion = '3.20.2'
hoverflyJavaVersion = '0.14.1'
tomcatVersion = '9.0.52'
boringSslVersion = '2.0.41.Final'
boringSslVersion = '2.0.42.Final'
junitVersion = '5.7.2'

javadocLinks = ["https://docs.oracle.com/javase/7/docs/api/",
Expand Down

0 comments on commit 12b6cb9

Please sign in to comment.