From 8a3b39a72f3024c8a10dac73bd84fd8d34479b63 Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Mon, 10 Feb 2025 14:08:33 +0100 Subject: [PATCH 1/2] update ozgcloud-common-dependencies --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 867f55e2..28b34421 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.6.0</version> + <version>4.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> -- GitLab From 1b68a57212fdf34ef7832725fc5670542855a164 Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Mon, 10 Feb 2025 14:32:01 +0100 Subject: [PATCH 2/2] fix missing artifact --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 28b34421..457a2013 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ <git-commit-id-maven-plugin.version>7.0.0</git-commit-id-maven-plugin.version> <maven-source.plugin.version>3.3.0</maven-source.plugin.version> <dependency-track-maven-plugin.version>1.7.0</dependency-track-maven-plugin.version> + <jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version> <!-- TODO move to common-dependencies --> <cyclonedx-maven-plugin.version>2.7.11</cyclonedx-maven-plugin.version> @@ -96,7 +97,7 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> - <version>${jakarta.version}</version> + <version>${jakarta.annotation-api.version}</version> </dependency> <!-- Mapstruct --> @@ -249,4 +250,4 @@ </plugins> </build> -</project> +</project> \ No newline at end of file -- GitLab