From aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 21 Oct 2021 10:29:58 +0200 Subject: switch to next snapshot version --- connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 48e449c3..e7e09177 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -6,7 +6,7 @@ at.asitplus.eidas ms_specific - 1.2.3 + 1.2.4-SNAPSHOT at.asitplus.eidas.ms_specific -- cgit v1.2.3 From da8fe87c70aeebc004be8155ab7aa02d8dda02cb Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 13 Dec 2021 13:55:18 +0100 Subject: update third-party libs. --- connector/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index e7e09177..63a39346 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -78,6 +78,10 @@ org.slf4j slf4j-api + + org.apache.logging.log4j + log4j-to-slf4j + org.apache.commons commons-collections4 -- cgit v1.2.3 From f53793460867e95b38ce0800a703f759c674360b Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 10 Jan 2022 13:47:31 +0100 Subject: chore(core): update third-party libs to latest versions --- connector/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 63a39346..2b2c0925 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -33,6 +33,16 @@ at.gv.egiz.eaaf eaaf_module_pvp2_idp + + + org.bouncycastle + bcpkix-jdk15on + + + org.bouncycastle + bcprov-jdk15on + + at.asitplus.eidas.ms_specific -- cgit v1.2.3