Browse Source

Upgrade to Undertow 1.3.23

pull/1086/head
Juergen Hoeller 10 years ago
parent
commit
24b3525f8d
  1. 2
      build.gradle

2
build.gradle

@ -69,7 +69,7 @@ configure(allprojects) { project -> @@ -69,7 +69,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.35"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.22.Final"
ext.undertowVersion = "1.3.23.Final"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.9"

Loading…
Cancel
Save