Skip to content

Commit 3b29993

Browse files
committed
Upgrade to Hibernate Validator 8.0.3.Final
Closes gh-46728
1 parent 4437a71 commit 3b29993

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
@@ -590,7 +590,7 @@ bom {
590590
.formatted(version.major(), version.minor()))
591591
}
592592
}
593-
library("Hibernate Validator", "8.0.2.Final") {
593+
library("Hibernate Validator", "8.0.3.Final") {
594594
prohibit {
595595
versionRange "[9.0.0.Beta2,)"
596596
because "it exceeds our Jakarta EE 10 baseline"

0 commit comments

Comments
 (0)