From 4486f07a7f74a1e1d88915b38c0557674b9a3805 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 5 Aug 2024 09:36:10 +0200 Subject: [PATCH] OZG-6327-Updates common-lib dependency --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c14fa3c0..af4ca276 100644 --- a/pom.xml +++ b/pom.xml @@ -24,12 +24,14 @@ unter der Lizenz sind dem Lizenztext zu entnehmen. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.0.1</version> + <version>4.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -236,4 +238,4 @@ </plugins> </pluginManagement> </build> -</project> +</project> \ No newline at end of file -- GitLab