Upgrade to Hibernate Validator 6.2.2.Final

Closes gh-29789
This commit is contained in:
Stephane Nicoll 2022-02-14 13:15:57 +01:00
parent 60cf736e28
commit f2ab9c3b10
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ bom {
]
}
}
library("Hibernate Validator", "6.2.0.Final") {
library("Hibernate Validator", "6.2.2.Final") {
prohibit("[7.0.0.Alpha1,)") {
because "it uses the jakarta.* namespace"
}