Skip to content

Commit 6f491bb

Browse files
committed
Upgrade to Tomcat 8.5.5 and Undertow 1.4.2
1 parent 360ef5f commit 6f491bb

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
@@ -88,9 +88,9 @@ configure(allprojects) { project ->
8888
ext.snifferVersion = "1.15"
8989
ext.testngVersion = "6.9.12"
9090
ext.tiles3Version = "3.0.5"
91-
ext.tomcatVersion = "8.5.4"
91+
ext.tomcatVersion = "8.5.5"
9292
ext.tyrusVersion = "1.13"
93-
ext.undertowVersion = "1.4.0.Final"
93+
ext.undertowVersion = "1.4.2.Final"
9494
ext.websocketVersion = "1.1"
9595
ext.woodstoxVersion = "5.0.2"
9696
ext.xmlunitVersion = "2.2.1"

0 commit comments

Comments
 (0)