Upgrade to undertow 1.3.17

This commit is contained in:
Stephane Nicoll 2016-02-10 13:02:22 +01:00
parent e77ff3c991
commit a4a3cda29f
1 changed files with 1 additions and 1 deletions

View File

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