Skip to content

Commit 1111262

Browse files
committed
Upgrade to Hibernate Validator 6.2.4.Final
Closes gh-32020
1 parent 5c1248b commit 1111262

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
@@ -480,7 +480,7 @@ bom {
480480
]
481481
}
482482
}
483-
library("Hibernate Validator", "6.2.3.Final") {
483+
library("Hibernate Validator", "6.2.4.Final") {
484484
prohibit("[7.0.0.Alpha1,)") {
485485
because "it uses the jakarta.* namespace"
486486
}

0 commit comments

Comments
 (0)