From dedd8e603d8e603576f51a5676e90e0827678309 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:33 +0000 Subject: [PATCH] Upgrade to Tomcat 9.0.39 Closes gh-23885 --- 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 91e6ae2ea63..bdc2810a306 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1803,7 +1803,7 @@ bom { ] } } - library("Tomcat", "9.0.38") { + library("Tomcat", "9.0.39") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",