From 50a09a094c832883d65922ad761d7bf1583a2d8b Mon Sep 17 00:00:00 2001 From: Sven Mitt Date: Tue, 8 Apr 2025 09:26:18 +0300 Subject: [PATCH 1/2] Update web-eid-authtoken-validation-java dependencies WE2-950 Signed-off-by: Sven Mitt --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 924981e2..83888654 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ 1.80 2.18.3 2.0.17 - 5.12.0 + 5.12.1 3.27.3 - 5.16.0 + 5.17.0 3.5.2 3.3.1 3.11.2 From 4244869ed6a3d973a3877b0abee50c385e54e367 Mon Sep 17 00:00:00 2001 From: Sven Mitt Date: Tue, 8 Apr 2025 09:33:04 +0300 Subject: [PATCH 2/2] Fix warning: uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin WE2-950 Signed-off-by: Sven Mitt --- pom.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 83888654..04af5316 100644 --- a/pom.xml +++ b/pom.xml @@ -10,10 +10,6 @@ authtoken-validation Web eID authentication token validation library for Java - - 3.6.3 - - 11 0.12.6 @@ -26,6 +22,7 @@ 3.5.2 3.3.1 3.11.2 + 3.5.0 0.8.12 ${project.basedir}/../jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml @@ -154,6 +151,26 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-maven + + enforce + + + + + [3.6.3,) + + + + + +