Skip to content

Commit a496836

Browse files
committed
Upgrade to Tomcat 8.5.33 and Netty 4.1.29
1 parent 974e7b8 commit a496836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
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.25.Final"
65+
ext.nettyVersion = "4.1.29.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.32"
78+
ext.tomcatVersion = "8.5.33"
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)