From 7025cd74ecba0acaf680857d50d366be01ffe892 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 18 Jun 2015 01:22:58 +0200 Subject: [PATCH] Upgrade to Woodstox 5.0.1 (and Undertow 1.2.8) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ab97adde20..057e3bd83c 100644 --- a/build.gradle +++ b/build.gradle @@ -64,8 +64,8 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.23" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.2.7.Final" - ext.woodstoxVersion = "4.4.1" + ext.undertowVersion = "1.2.8.Final" + ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8" @@ -345,7 +345,7 @@ project("spring-core") { optional("log4j:log4j:1.2.17") testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") testCompile("xmlunit:xmlunit:${xmlunitVersion}") - testCompile("org.codehaus.woodstox:woodstox-core-asl:${woodstoxVersion}") { + testCompile("com.fasterxml.woodstox:woodstox-core:${woodstoxVersion}") { exclude group: "stax", module: "stax-api" } }