Skip to content

Commit 6cec79d

Browse files
committed
Upgrade to Hibernate Validator 8.0.2.Final
Closes gh-43510
1 parent 4d6fc85 commit 6cec79d

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
@@ -546,7 +546,7 @@ bom {
546546
.formatted(version.major(), version.minor()))
547547
}
548548
}
549-
library("Hibernate Validator", "8.0.1.Final") {
549+
library("Hibernate Validator", "8.0.2.Final") {
550550
group("org.hibernate.validator") {
551551
modules = [
552552
"hibernate-validator",

0 commit comments

Comments
 (0)