Skip to content

Commit 5eebe94

Browse files
committed
Upgrade to Netty 4.1.20 and Tomcat 8.5.24
1 parent 13fa69b commit 5eebe94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.17.Final"
65+
ext.nettyVersion = "4.1.20.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.8.1"
6868
ext.openjpaVersion = "2.4.2"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.23"
78+
ext.tomcatVersion = "8.5.24"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.33.Final"
8181
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)