Browse Source

Upgrade to Hibernate Validator 8.0.1.Final

Closes gh-36335
pull/36766/head
Stephane Nicoll 2 years ago
parent
commit
863b0df570
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -386,7 +386,7 @@ bom { @@ -386,7 +386,7 @@ bom {
]
}
}
library("Hibernate Validator", "8.0.0.Final") {
library("Hibernate Validator", "8.0.1.Final") {
group("org.hibernate.validator") {
modules = [
"hibernate-validator",

Loading…
Cancel
Save