diff --git a/common/taskana-common-test/pom.xml b/common/taskana-common-test/pom.xml
index a9285383b..7b8514834 100644
--- a/common/taskana-common-test/pom.xml
+++ b/common/taskana-common-test/pom.xml
@@ -86,9 +86,8 @@
${version.auto-restdocs}
- org.hibernate.validator
- hibernate-validator
- ${version.hibernate}
+ org.springframework.boot
+ spring-boot-starter-validation
org.springframework.security
diff --git a/history/taskana-simplehistory-rest-spring/pom.xml b/history/taskana-simplehistory-rest-spring/pom.xml
index 4b9d10d50..3df1bb3e4 100644
--- a/history/taskana-simplehistory-rest-spring/pom.xml
+++ b/history/taskana-simplehistory-rest-spring/pom.xml
@@ -133,9 +133,8 @@
test
- org.hibernate.validator
- hibernate-validator
- ${version.hibernate}
+ org.springframework.boot
+ spring-boot-starter-validation
test
diff --git a/pom.xml b/pom.xml
index 6d1f5a15a..3bc588925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,6 @@
0.8.6
1.2.0
2.0.9
- 6.1.6.Final
11.1.1.1
@@ -316,8 +315,8 @@
${version.maven.checkstyle}
- checkstyle
com.puppycrawl.tools
+ checkstyle
${version.checkstyle}
diff --git a/rest/taskana-rest-spring/pom.xml b/rest/taskana-rest-spring/pom.xml
index d38b41a52..28eee5e52 100644
--- a/rest/taskana-rest-spring/pom.xml
+++ b/rest/taskana-rest-spring/pom.xml
@@ -155,9 +155,8 @@
test
- org.hibernate.validator
- hibernate-validator
- ${version.hibernate}
+ org.springframework.boot
+ spring-boot-starter-validation
test