Upgrade to Undertow 1.3.11

master
Juergen Hoeller 9 years ago
parent 1cfeb07fa5
commit 873b173dcc
  1. 2
      build.gradle

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

Loading…
Cancel
Save