From dd38ffe3a7b62030591f9be5189233e1729a777e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:07 +0100 Subject: [PATCH] Upgrade to Tomcat 9.0.37 Closes gh-22478 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 551393d2dc..5d49e6da04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { ] } } - library("Tomcat", "9.0.36") { + library("Tomcat", "9.0.37") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",