From 3d689500372c2ee5e1b72d60e597cc33709ba6ed Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 12 Oct 2016 17:52:36 +0200 Subject: [PATCH] Upgrade to Tomcat 8.5.6 and JRuby 1.7.26 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8e195e66cc5..a115f29ba6f 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ configure(allprojects) { project -> ext.javamailVersion = "1.5.6" ext.jettyVersion = "9.3.12.v20160915" ext.jodaVersion = "2.9.4" - ext.jrubyVersion = "1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory) + ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory) ext.jtaVersion = "1.2" ext.junitVersion = "4.12" ext.log4jVersion = "1.2.17" @@ -74,7 +74,7 @@ configure(allprojects) { project -> ext.testngVersion = "6.9.10" ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.5" - ext.tomcatVersion = "8.5.5" + ext.tomcatVersion = "8.5.6" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support ext.undertowVersion = "1.3.25.Final" ext.xmlunitVersion = "1.6"