Skip to content

Commit 8c08854

Browse files
committed
Refine Jakarta upgrade rule
1 parent 6fd3fc4 commit 8c08854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ bom {
809809
}
810810
library("Jakarta Validation", "3.0.2") {
811811
prohibit {
812-
versionRange "[3.1.0-M1,3.1.0]"
812+
versionRange "[3.1.0-M1,3.2.0]"
813813
because "it's part of Jakarta EE 11"
814814
}
815815
group("jakarta.validation") {

0 commit comments

Comments
 (0)