Skip to content

Commit 1775fc1

Browse files
committed
Upgrade to Hibernate Validator 6.2.5.Final
Closes gh-32307
1 parent 7de6d72 commit 1775fc1

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
@@ -449,7 +449,7 @@ bom {
449449
]
450450
}
451451
}
452-
library("Hibernate Validator", "6.2.4.Final") {
452+
library("Hibernate Validator", "6.2.5.Final") {
453453
prohibit("[7.0.0.Alpha1,)") {
454454
because "it uses the jakarta.* namespace"
455455
}

0 commit comments

Comments
 (0)