Upgrade to Undertow 1.2.4.Final

Issue: SPR-12469
This commit is contained in:
Brian Clozel 2015-05-04 14:11:19 +02:00
parent e9c4db34ec
commit 10d13892ed
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.21"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.3.Final"
ext.undertowVersion = "1.2.4.Final"
ext.woodstoxVersion = "4.4.1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8"