From 79f3cf326350238139bed103b3088ce136df09d3 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 26 Jul 2016 10:08:06 +0200 Subject: [PATCH] Build against Undertow 1.3.x in 4.3.x branch (retaining runtime compatibility Undertow 1.4) Issue: SPR-14328 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c8e3ba3b5b..071dc9bd46a 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.5.4" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.4.0.CR2" + ext.undertowVersion = "1.3.23.Final" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.9"