Skip to content

Commit b3115fc

Browse files
committed
Upgrade to Tomcat 8.0.30 and Undertow 1.3.9
1 parent d2ad2c3 commit b3115fc

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
@@ -72,9 +72,9 @@ configure(allprojects) { project ->
7272
ext.testngVersion = "6.9.9"
7373
ext.tiles2Version = "2.2.2"
7474
ext.tiles3Version = "3.0.5"
75-
ext.tomcatVersion = "8.0.29"
75+
ext.tomcatVersion = "8.0.30"
7676
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
77-
ext.undertowVersion = "1.3.8.Final"
77+
ext.undertowVersion = "1.3.9.Final"
7878
ext.woodstoxVersion = "5.0.1"
7979
ext.xmlunitVersion = "1.6"
8080
ext.xstreamVersion = "1.4.8"

0 commit comments

Comments
 (0)