From 6210ab92080b4521c79e19bbe83e2b233ab38ea9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Oct 2015 10:06:46 +0200 Subject: [PATCH] Upgrade to Undertow 1.3.0.Final --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 64e75d255d..1bba7fc6f5 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.27" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.3.0.CR3" + ext.undertowVersion = "1.3.0.Final" ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8"