Skip to content

Commit 0229706

Browse files
committed
Upgrade to Hibernate Validator 6.2.3.Final
Closes gh-30224
1 parent 17e07c2 commit 0229706

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
@@ -438,7 +438,7 @@ bom {
438438
]
439439
}
440440
}
441-
library("Hibernate Validator", "6.2.2.Final") {
441+
library("Hibernate Validator", "6.2.3.Final") {
442442
prohibit("[7.0.0.Alpha1,)") {
443443
because "it uses the jakarta.* namespace"
444444
}

0 commit comments

Comments
 (0)