Upgrade to Tomcat 8.5.5 and Undertow 1.4.2

This commit is contained in:
Juergen Hoeller
2016-09-13 21:27:01 +02:00
parent 360ef5f5e3
commit 6f491bb319

View File

@@ -88,9 +88,9 @@ configure(allprojects) { project ->
ext.snifferVersion = "1.15"
ext.testngVersion = "6.9.12"
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.5.4"
ext.tomcatVersion = "8.5.5"
ext.tyrusVersion = "1.13"
ext.undertowVersion = "1.4.0.Final"
ext.undertowVersion = "1.4.2.Final"
ext.websocketVersion = "1.1"
ext.woodstoxVersion = "5.0.2"
ext.xmlunitVersion = "2.2.1"