From db3e81c5b7f23ab05ee76421791a14a46654adc2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 14:25:37 +0200 Subject: [PATCH] Upgrade to Tomcat 9.0.38 Closes gh-23317 --- 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 b9441db9aa..be242b9a3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1799,7 +1799,7 @@ bom { ] } } - library("Tomcat", "9.0.37") { + library("Tomcat", "9.0.38") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",