We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e865648 commit 1e79cb1Copy full SHA for 1e79cb1
gradle.properties
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
21
snakeYamlVersion=2.3
22
springFrameworkVersion=6.2.11
23
springFramework60xVersion=6.0.23
24
-tomcatVersion=10.1.44
+tomcatVersion=10.1.46
25
26
kotlin.stdlib.default.dependency=false
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -2433,10 +2433,6 @@ bom {
2433
}
2434
2435
library("Tomcat", "${tomcatVersion}") {
2436
- prohibit {
2437
- versionRange "[10.1.45]"
2438
- because "it contains a filestore regression"
2439
- }
2440
group("org.apache.tomcat") {
2441
modules = [
2442
"tomcat-annotations-api",
0 commit comments