Upgrade to Undertow 1.4 Beta 1

Issue: SPR-14328
This commit is contained in:
Juergen Hoeller 2016-06-04 11:27:37 +02:00
parent a9fda3e7e2
commit d7320f41c0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.5.2"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.22.Final"
ext.undertowVersion = "1.4.0.Beta1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.9"