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 45775d4 commit 8e7b781Copy full SHA for 8e7b781
gradle.properties
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
21
snakeYamlVersion=2.4
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
@@ -2576,10 +2576,6 @@ bom {
2576
versionRange "[11.0.0-M1,)"
2577
because "it exceeds our Jakarte EE 10 baseline"
2578
}
2579
- prohibit {
2580
- versionRange "[10.1.45]"
2581
- because "it contains a filestore regression"
2582
- }
2583
group("org.apache.tomcat") {
2584
modules = [
2585
"tomcat-annotations-api",
0 commit comments