From 5c22002d2166a160efff9ee756097c733be81cb7 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 8 Sep 2015 18:04:56 +0200 Subject: [PATCH] Latest dependency updates (Undertow 1.2.12, WebJars Locator 0.28) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9e0ac4e902..1e4598aa9d 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.26" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.2.11.Final" + ext.undertowVersion = "1.2.12.Final" ext.woodstoxVersion = "5.0.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8" @@ -910,7 +910,7 @@ project("spring-webmvc") { exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.springframework", module: "spring-web" } - optional 'org.webjars:webjars-locator:0.26' + optional 'org.webjars:webjars-locator:0.28' testCompile(project(":spring-aop")) testCompile("rhino:js:1.7R1") testCompile("xmlunit:xmlunit:${xmlunitVersion}")