From 860c38d34f7a739fa784ccf58de1bded94f95500 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 5 May 2023 15:37:34 +0200
Subject: [PATCH] fix mapstruct version

---
 kop-common-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index 46e16cd..6a90f50 100644
--- a/kop-common-parent/pom.xml
+++ b/kop-common-parent/pom.xml
@@ -51,7 +51,7 @@
 		<kop-common.version>1.6.3</kop-common.version>
 		<kop.license.version>1.6.0</kop.license.version>
 
-		<mapstructapstruct.version>1.5.4.Final</mapstructapstruct.version>
+		<mapstruct.version>1.5.4.Final</mapstruct.version>
 		<spring-boot.version>2.7.11</spring-boot.version>
 
 		<!-- plugins -->
-- 
GitLab