Upgrade to Hibernate Validator 6.2.5.Final

Closes gh-32307
This commit is contained in:
Stephane Nicoll 2022-09-14 09:30:58 +02:00
parent 7de6d72346
commit 1775fc148c
1 changed files with 1 additions and 1 deletions

View File

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