Skip to content

Commit 7ea9c26

Browse files
committed
Upgrade to Hibernate Validator 9.0.1.Final
Closes gh-46057
1 parent d74dece commit 7ea9c26

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
@@ -583,7 +583,7 @@ bom {
583583
.formatted(version.major(), version.minor()))
584584
}
585585
}
586-
library("Hibernate Validator", "9.0.0.CR1") {
586+
library("Hibernate Validator", "9.0.1.Final") {
587587
group("org.hibernate.validator") {
588588
modules = [
589589
"hibernate-validator",

0 commit comments

Comments
 (0)