Browse Source

Upgrade to Hibernate Validator 6.1.4.Final

Closes gh-21234
pull/21259/head
Stephane Nicoll 6 years ago
parent
commit
f492c8de40
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save