Upgrade to Undertow 1.2.4.Final

Issue: SPR-12469
master
Brian Clozel 10 years ago
parent e9c4db34ec
commit 10d13892ed
  1. 2
      build.gradle

@ -62,7 +62,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5" ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.21" ext.tomcatVersion = "8.0.21"
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.1.3.Final" ext.undertowVersion = "1.2.4.Final"
ext.woodstoxVersion = "4.4.1" ext.woodstoxVersion = "4.4.1"
ext.xmlunitVersion = "1.6" ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8" ext.xstreamVersion = "1.4.8"

Loading…
Cancel
Save