From 2fea5d49e7b6efbcf96cf886e45076ec6c20a4b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:21:03 +0100 Subject: [PATCH] Upgrade to Tomcat 9.0.40 Closes gh-24396 --- 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 b06606a9be2..2314a925e18 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Tomcat", "9.0.39") { + library("Tomcat", "9.0.40") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",