diff --git a/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-actuator-autoconfigure/pom.xml
index aaa39aa479b..87a1f031de1 100644
--- a/spring-boot-actuator-autoconfigure/pom.xml
+++ b/spring-boot-actuator-autoconfigure/pom.xml
@@ -209,7 +209,7 @@
true
- org.hibernate
+ org.hibernate.validator
hibernate-validator
true
diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml
index 3be8e5d812e..23a3afb7018 100644
--- a/spring-boot-actuator/pom.xml
+++ b/spring-boot-actuator/pom.xml
@@ -97,7 +97,7 @@
true
- org.hibernate
+ org.hibernate.validator
hibernate-validator
true
diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml
index 657a83dc454..2970da817a9 100755
--- a/spring-boot-autoconfigure/pom.xml
+++ b/spring-boot-autoconfigure/pom.xml
@@ -149,6 +149,12 @@
org.glassfish.jersey.ext
jersey-spring4
true
+
+
+ org.hibernate
+ hibernate-validator
+
+
org.glassfish.jersey.media
@@ -300,7 +306,7 @@
true
- org.hibernate
+ org.hibernate.validator
hibernate-validator
true
diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 6bbb0a37611..cece3d34d5d 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -85,7 +85,7 @@
3.8.5
1.2.2
5.2.11.Final
- 5.4.1.Final
+ 6.0.2.Final
2.7.1
2.4.0
2.27
@@ -1847,7 +1847,7 @@
${hibernate.version}
- org.hibernate
+ org.hibernate.validator
hibernate-validator
${hibernate-validator.version}
diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml
index 956cba4925b..0b02c0c1e75 100644
--- a/spring-boot-docs/pom.xml
+++ b/spring-boot-docs/pom.xml
@@ -503,7 +503,7 @@
true
- org.hibernate
+ org.hibernate.validator
hibernate-validator
true
diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml
index 7b39f950f57..59821bbf521 100644
--- a/spring-boot-starters/pom.xml
+++ b/spring-boot-starters/pom.xml
@@ -93,6 +93,7 @@
commons-logging:*:*
+ org.hibernate:hibernate-validator:*
true
diff --git a/spring-boot-starters/spring-boot-starter-jersey/pom.xml b/spring-boot-starters/spring-boot-starter-jersey/pom.xml
index 429377e9c4e..4b837b3d82b 100644
--- a/spring-boot-starters/spring-boot-starter-jersey/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-jersey/pom.xml
@@ -79,6 +79,10 @@
org.glassfish.hk2.external
javax.inject
+
+ org.hibernate
+ hibernate-validator
+
@@ -93,6 +97,10 @@
org.glassfish.hk2.external
javax.inject
+
+ org.hibernate
+ hibernate-validator
+
diff --git a/spring-boot-starters/spring-boot-starter-validation/pom.xml b/spring-boot-starters/spring-boot-starter-validation/pom.xml
index a6aa3bd7bba..04139fb7b82 100644
--- a/spring-boot-starters/spring-boot-starter-validation/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-validation/pom.xml
@@ -28,7 +28,7 @@
tomcat-embed-el
- org.hibernate
+ org.hibernate.validator
hibernate-validator
diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml
index c849cd9d173..d4b9190e819 100644
--- a/spring-boot-starters/spring-boot-starter-web/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-web/pom.xml
@@ -32,7 +32,7 @@
spring-boot-starter-tomcat
- org.hibernate
+ org.hibernate.validator
hibernate-validator
diff --git a/spring-boot-starters/spring-boot-starter-webflux/pom.xml b/spring-boot-starters/spring-boot-starter-webflux/pom.xml
index b4916c88974..b48c0b84f25 100644
--- a/spring-boot-starters/spring-boot-starter-webflux/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-webflux/pom.xml
@@ -32,7 +32,7 @@
spring-boot-starter-reactor-netty
- org.hibernate
+ org.hibernate.validator
hibernate-validator
diff --git a/spring-boot-test-autoconfigure/pom.xml b/spring-boot-test-autoconfigure/pom.xml
index 3743ae3f302..69bd946d7a0 100644
--- a/spring-boot-test-autoconfigure/pom.xml
+++ b/spring-boot-test-autoconfigure/pom.xml
@@ -234,7 +234,7 @@
test
- org.hibernate
+ org.hibernate.validator
hibernate-validator
test
diff --git a/spring-boot-tools/spring-boot-test-support/pom.xml b/spring-boot-tools/spring-boot-test-support/pom.xml
index fc889c72356..0a8076dbe55 100644
--- a/spring-boot-tools/spring-boot-test-support/pom.xml
+++ b/spring-boot-tools/spring-boot-test-support/pom.xml
@@ -101,7 +101,7 @@
- org.hibernate
+ org.hibernate.validator
hibernate-validator
test
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index d79aac4d445..0a4d4736332 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -185,7 +185,7 @@
true
- org.hibernate
+ org.hibernate.validator
hibernate-validator
true