Upgrade to Undertow 1.3.0.Final

This commit is contained in:
Stephane Nicoll 2015-10-12 10:06:46 +02:00
parent 02e583b1b1
commit 6210ab9208
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.27"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.0.CR3"
ext.undertowVersion = "1.3.0.Final"
ext.woodstoxVersion = "5.0.1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8"