Skip to content

Commit 6f86a16

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-47118
2 parents 556d970 + 8a10ec4 commit 6f86a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,6 +2576,10 @@ bom {
25762576
versionRange "[11.0.0-M1,)"
25772577
because "it exceeds our Jakarte EE 10 baseline"
25782578
}
2579+
prohibit {
2580+
versionRange "[10.1.45]"
2581+
because "it contains a filestore regression"
2582+
}
25792583
group("org.apache.tomcat") {
25802584
modules = [
25812585
"tomcat-annotations-api",

0 commit comments

Comments
 (0)