Skip to content

Commit 325ff6e

Browse files
committed
Upgrade to Hibernate Validator 6.2.5.Final
Closes gh-35470
1 parent 8f9fc7e commit 325ff6e

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
@@ -439,7 +439,7 @@ bom {
439439
]
440440
}
441441
}
442-
library("Hibernate Validator", "6.2.3.Final") {
442+
library("Hibernate Validator", "6.2.5.Final") {
443443
prohibit("[7.0.0.Alpha1,)") {
444444
because "it uses the jakarta.* namespace"
445445
}

0 commit comments

Comments
 (0)