Upgrade to Hibernate Validator 6.2.2.Final

Closes gh-29838
This commit is contained in:
Stephane Nicoll 2022-02-16 09:41:10 +01:00
parent 334f198353
commit a6fcb4c8f7
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,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"
}