Skip to content

Commit 0c090b7

Browse files
committed
Upgrade to Hibernate Validator 8.0.2.Final
Closes gh-43509
1 parent 45da43c commit 0c090b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ bom {
545545
.formatted(version.major(), version.minor()))
546546
}
547547
}
548-
library("Hibernate Validator", "8.0.1.Final") {
548+
library("Hibernate Validator", "8.0.2.Final") {
549549
group("org.hibernate.validator") {
550550
modules = [
551551
"hibernate-validator",

0 commit comments

Comments
 (0)