Browse Source

Upgrade to Hibernate Validator 6.2.2.Final

Closes gh-29838
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
a6fcb4c8f7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save