From 5c879b2812b56c15980403af914e7066386a410d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:22 +0100 Subject: [PATCH] Upgrade to Tomcat 9.0.33 Closes gh-20789 --- 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 4a806a2566..5184a72771 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1757,7 +1757,7 @@ bom { ] } } - library("Tomcat", "9.0.31") { + library("Tomcat", "9.0.33") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",