From 3c09e26b8d30cdaf254f3f7d46e7a8aa3860ea39 Mon Sep 17 00:00:00 2001
From: Matthias Betz <matthias.betz@hft-stuttgart.de>
Date: Wed, 26 Jan 2022 13:34:48 +0100
Subject: [PATCH] change slf to log4j version to 2.17.1

---
 CityDoctorParent/CityDoctorCheckResult/pom.xml | 2 +-
 CityDoctorParent/CityDoctorEdge/pom.xml        | 2 +-
 CityDoctorParent/CityDoctorModel/pom.xml       | 2 +-
 CityDoctorParent/CityDoctorValidation/pom.xml  | 2 +-
 CityDoctorParent/pom.xml                       | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CityDoctorParent/CityDoctorCheckResult/pom.xml b/CityDoctorParent/CityDoctorCheckResult/pom.xml
index 33757c9..32a6da9 100644
--- a/CityDoctorParent/CityDoctorCheckResult/pom.xml
+++ b/CityDoctorParent/CityDoctorCheckResult/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.hft.stuttgart</groupId>
 		<artifactId>CityDoctorParent</artifactId>
-		<version>3.10.2</version>
+		<version>3.10.3</version>
 	</parent>
 
 	<artifactId>CityDoctorCheckResult</artifactId>
diff --git a/CityDoctorParent/CityDoctorEdge/pom.xml b/CityDoctorParent/CityDoctorEdge/pom.xml
index 5c735d2..9565695 100644
--- a/CityDoctorParent/CityDoctorEdge/pom.xml
+++ b/CityDoctorParent/CityDoctorEdge/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.hft.stuttgart</groupId>
 		<artifactId>CityDoctorParent</artifactId>
-		<version>3.10.2</version>
+		<version>3.10.3</version>
 	</parent>
 	<artifactId>CityDoctorEdge</artifactId>
 
diff --git a/CityDoctorParent/CityDoctorModel/pom.xml b/CityDoctorParent/CityDoctorModel/pom.xml
index 1ecd2fa..4866d33 100644
--- a/CityDoctorParent/CityDoctorModel/pom.xml
+++ b/CityDoctorParent/CityDoctorModel/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.hft.stuttgart</groupId>
 		<artifactId>CityDoctorParent</artifactId>
-		<version>3.10.2</version>
+		<version>3.10.3</version>
 	</parent>
 
 	<properties>
diff --git a/CityDoctorParent/CityDoctorValidation/pom.xml b/CityDoctorParent/CityDoctorValidation/pom.xml
index 8f6d4c3..30b23f8 100644
--- a/CityDoctorParent/CityDoctorValidation/pom.xml
+++ b/CityDoctorParent/CityDoctorValidation/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.hft.stuttgart</groupId>
 		<artifactId>CityDoctorParent</artifactId>
-		<version>3.10.2</version>
+		<version>3.10.3</version>
 	</parent>
 	<artifactId>CityDoctorValidation</artifactId>
 	<name>CityDoctorValidation</name>
diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml
index 596fbd0..83de0da 100644
--- a/CityDoctorParent/pom.xml
+++ b/CityDoctorParent/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.hft.stuttgart</groupId>
 	<artifactId>CityDoctorParent</artifactId>
-	<version>3.10.2</version>
+	<version>3.10.3</version>
 	<packaging>pom</packaging>
 	<name>CityDoctorParent</name>
 
@@ -161,7 +161,7 @@
 			<dependency>
 				<groupId>org.apache.logging.log4j</groupId>
 				<artifactId>log4j-slf4j18-impl</artifactId>
-				<version>2.11.2</version>
+				<version>2.17.1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.locationtech.proj4j</groupId>
-- 
GitLab