Upgrade to Undertow 1.3.5

This commit is contained in:
Juergen Hoeller 2015-11-06 17:54:53 +01:00
parent da707c15b3
commit 9f4c9d7f3c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.28"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.4.Final"
ext.undertowVersion = "1.3.5.Final"
ext.woodstoxVersion = "5.0.1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8"