From 8501cef98d57800cf62c906c775f0ade121c9df1 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sat, 5 May 2018 16:37:20 +0200 Subject: [PATCH] Upgrade to Tomcat 8.5.31 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a6dc9108a1..3541243020f 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ configure(allprojects) { project -> ext.testngVersion = "6.9.10" ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.7" - ext.tomcatVersion = "8.5.30" + ext.tomcatVersion = "8.5.31" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support ext.undertowVersion = "1.3.33.Final" ext.xmlunitVersion = "1.6"