From cd05716194c8484177c17cdcee0c71e84c51fc8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:38 +0100 Subject: [PATCH] Upgrade to Tomcat 9.0.37 Closes gh-22818 --- 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 fcd7c60f10..9bd5ef5dab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1691,7 +1691,7 @@ bom { ] } } - library("Tomcat", "9.0.36") { + library("Tomcat", "9.0.37") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",