From 870364f33ce4a191fdc5feb092c5b7befd4d1ce4 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Sat, 21 Sep 2024 17:00:23 +0200
Subject: [PATCH] OZG-6710 do update

---
 ozg-cloud-spring-boot-starter/pom.xml | 5 +++++
 pom.xml                               | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ozg-cloud-spring-boot-starter/pom.xml b/ozg-cloud-spring-boot-starter/pom.xml
index 8a33f2d..c6777f7 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 b963451..a1a702e 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>
 
-- 
GitLab