Skip to content

Commit 5b8aa1e

Browse files
committed
Upgrade to Hibernate Validator 7.0.5.Final
Closes gh-32344
1 parent e3ea832 commit 5b8aa1e

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
@@ -359,7 +359,7 @@ bom {
359359
]
360360
}
361361
}
362-
library("Hibernate Validator", "7.0.4.Final") {
362+
library("Hibernate Validator", "7.0.5.Final") {
363363
prohibit("[8.0.0.Alpha1,)") {
364364
because "it exceeds our Jakarta EE 9 baseline"
365365
}

0 commit comments

Comments
 (0)