From a266614760e053a7311f8741f9b09cb23c76d21b Mon Sep 17 00:00:00 2001
From: Riegel <alexander.riegel@hft-stuttgart.de>
Date: Fri, 13 Dec 2024 08:30:31 +0100
Subject: [PATCH] Build: Update proj4j artifact to latest version

---
 CityDoctorParent/CityDoctorModel/pom.xml | 4 ++++
 CityDoctorParent/pom.xml                 | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CityDoctorParent/CityDoctorModel/pom.xml b/CityDoctorParent/CityDoctorModel/pom.xml
index 9a8cabd..fb82f40 100644
--- a/CityDoctorParent/CityDoctorModel/pom.xml
+++ b/CityDoctorParent/CityDoctorModel/pom.xml
@@ -58,6 +58,10 @@
 			<groupId>org.locationtech.proj4j</groupId>
 			<artifactId>proj4j</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.locationtech.proj4j</groupId>
+			<artifactId>proj4j-epsg</artifactId>
+		</dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml
index 60fc050..44b5542 100644
--- a/CityDoctorParent/pom.xml
+++ b/CityDoctorParent/pom.xml
@@ -198,7 +198,12 @@
             <dependency>
                 <groupId>org.locationtech.proj4j</groupId>
                 <artifactId>proj4j</artifactId>
-                <version>1.1.5</version>
+                <version>1.3.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.locationtech.proj4j</groupId>
+                <artifactId>proj4j-epsg</artifactId>
+                <version>1.3.0</version>
             </dependency>
             <dependency>
                 <groupId>org.hibernate</groupId>
-- 
GitLab