From 6b858f3b845198e723606b936f2b29146ad7ed2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:30:36 +0100 Subject: [PATCH] Upgrade to Tomcat 9.0.41 Closes gh-24447 --- 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 a2bd273b2402..ccbb6d3d0a52 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.40") { + library("Tomcat", "9.0.41") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",