From 27e1535d75978bb7558c17bf27db7d1a1131fe40 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 22 Sep 2021 17:56:33 +0200 Subject: update third-party libs to latest versions --- .../checks/spotbugs-exclude.xml | 17 ++++++++- eidas_modules/authmodule-eIDAS-v2/pom.xml | 43 ++++++++++------------ 2 files changed, 34 insertions(+), 26 deletions(-) (limited to 'eidas_modules') diff --git a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml index 375f73f4..d961b4d6 100644 --- a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml +++ b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml @@ -2,7 +2,9 @@ - + + + @@ -27,5 +29,16 @@ - + + + + + + + + + + + + diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 188bbd26..603395ab 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -119,6 +119,11 @@ jackson-datatype-jsr310 + + org.bitbucket.b_c + jose4j + + javax.servlet javax.servlet-api @@ -136,23 +141,6 @@ spring-test test - - com.github.skjolber - mockito-soap-cxf - test - - - org.powermock - powermock-module-junit4 - 2.0.7 - test - - - org.powermock - powermock-api-mockito2 - 2.0.7 - test - at.asitplus.eidas.ms_specific @@ -173,17 +161,24 @@ test test-jar + - com.fasterxml.jackson.core - jackson-databind - 2.11.2 - compile + com.github.skjolber + mockito-soap-cxf + test + - org.bitbucket.b_c - jose4j - 0.7.2 + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito2 + test + -- cgit v1.2.3 From 0f0b59abce4242bdd69de1b48f2d197bc84255ba Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 21 Oct 2021 09:27:11 +0200 Subject: switch to next release version --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 +- eidas_modules/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'eidas_modules') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 603395ab..a2db974b 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -6,7 +6,7 @@ at.asitplus.eidas.ms_specific modules - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml index 0c6183dc..0693d793 100644 --- a/eidas_modules/pom.xml +++ b/eidas_modules/pom.xml @@ -4,7 +4,7 @@ at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific modules -- cgit v1.2.3