diff --git a/ozg-cloud-spring-boot-starter/pom.xml b/ozg-cloud-spring-boot-starter/pom.xml
index 8a33f2d6c8bcc72a057fa5310a3f00ed9055868b..c6777f7504e28eb61e24ab1efbf17adc9d2951b6 100644
--- a/ozg-cloud-spring-boot-starter/pom.xml
+++ b/ozg-cloud-spring-boot-starter/pom.xml
@@ -56,6 +56,11 @@
 			<artifactId>lombok</artifactId>
 			<optional>true</optional>
 		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-validation</artifactId>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
 
 
diff --git a/pom.xml b/pom.xml
index b9634519c79e1f0d92f9c5205d9183ce1b3cc28d..a1a702e41f5105a5fe7939d916bba12634145604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-dependencies</artifactId>
-		<version>4.4.0-SNAPSHOT</version>
+		<version>4.4.0-PR-25-SNAPSHOT</version>
 		<relativePath /> <!-- lookup parent from repository -->
 	</parent>