Skip to content

Commit fd804d0

Browse files
committed
Upgrade to Hibernate Validator 8.0.3.Final
Closes gh-46713
1 parent ded8976 commit fd804d0

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
@@ -564,7 +564,7 @@ bom {
564564
.formatted(version.major(), version.minor()))
565565
}
566566
}
567-
library("Hibernate Validator", "8.0.2.Final") {
567+
library("Hibernate Validator", "8.0.3.Final") {
568568
group("org.hibernate.validator") {
569569
modules = [
570570
"hibernate-validator",

0 commit comments

Comments
 (0)