Skip to content

Commit 1e79cb1

Browse files
committed
Upgrade to Tomcat 10.1.46
Closes gh-47186
1 parent e865648 commit 1e79cb1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
2121
snakeYamlVersion=2.3
2222
springFrameworkVersion=6.2.11
2323
springFramework60xVersion=6.0.23
24-
tomcatVersion=10.1.44
24+
tomcatVersion=10.1.46
2525

2626
kotlin.stdlib.default.dependency=false

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,10 +2433,6 @@ bom {
24332433
}
24342434
}
24352435
library("Tomcat", "${tomcatVersion}") {
2436-
prohibit {
2437-
versionRange "[10.1.45]"
2438-
because "it contains a filestore regression"
2439-
}
24402436
group("org.apache.tomcat") {
24412437
modules = [
24422438
"tomcat-annotations-api",

0 commit comments

Comments
 (0)