diff --git a/build.gradle b/build.gradle index cb69c3ee8f..e2d4afdbb3 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.30" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.3.14.Final" + ext.undertowVersion = "1.3.15.Final" ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8"