Upgrade to Undertow 1.4.8 and XNIO 3.4.3

This commit is contained in:
Juergen Hoeller 2016-12-26 19:37:53 +01:00
parent ff675f5226
commit 47be2d8786
1 changed files with 2 additions and 2 deletions

View File

@ -93,11 +93,11 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.7"
ext.tomcatVersion = "8.5.9"
ext.tyrusVersion = "1.13"
ext.undertowVersion = "1.4.7.Final"
ext.undertowVersion = "1.4.8.Final"
ext.websocketVersion = "1.1"
ext.woodstoxVersion = "5.0.3"
ext.xmlunitVersion = "2.3.0"
ext.xnioVersion = "3.4.2.Final"
ext.xnioVersion = "3.4.3.Final"
ext.xstreamVersion = "1.4.9"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"