From b5bb26b7c6076e67a845acb9536defaf4fc32d06 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 2 Jun 2015 15:15:36 +0200 Subject: [PATCH] Latest dependency updates (Jetty 9.2.11, Tomcat 8.0.23) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d7e277ea573..0d906ee90c4 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ configure(allprojects) { project -> ext.hsqldbVersion = "2.3.2" ext.jackson2Version = "2.4.6" ext.jasperReportsVersion = "6.0.4" - ext.jettyVersion = "9.2.10.v20150310" + ext.jettyVersion = "9.2.11.v20150529" ext.jodaVersion = "2.7" ext.junitVersion = "4.12" ext.nettyVersion = "4.0.28.Final" @@ -52,7 +52,7 @@ configure(allprojects) { project -> ext.snifferVersion = "1.11" ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.5" - ext.tomcatVersion = "8.0.22" + ext.tomcatVersion = "8.0.23" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support ext.undertowVersion = "1.1.4.Final" ext.woodstoxVersion = "4.4.1"