Browse Source

Upgrade to Hibernate Validator 6.2.0.Final

Closes gh-24905
pull/24946/head
Stephane Nicoll 5 years ago
parent
commit
d5d100eb11
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save