Upgrade to undertow 1.3.0.CR3

master
Brian Clozel 9 years ago
parent 758ae98af2
commit 01986ac73d
  1. 2
      build.gradle

@ -74,7 +74,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5" ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.27" ext.tomcatVersion = "8.0.27"
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.0.CR2" ext.undertowVersion = "1.3.0.CR3"
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