Browse Source

Upgrade to Hibernate Validator 7.0.5.Final

Closes gh-32344
pull/32374/head
Stephane Nicoll 3 years ago
parent
commit
5b8aa1e8e3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -359,7 +359,7 @@ bom { @@ -359,7 +359,7 @@ bom {
]
}
}
library("Hibernate Validator", "7.0.4.Final") {
library("Hibernate Validator", "7.0.5.Final") {
prohibit("[8.0.0.Alpha1,)") {
because "it exceeds our Jakarta EE 9 baseline"
}

Loading…
Cancel
Save