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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a0aa2a90..33b3e796 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 at.asitplus.eidas ms_specific - 1.2.3 + 1.2.4-SNAPSHOT pom MS specific eIDAS components -- 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. --- pom.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 33b3e796..80ee55b8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,11 +24,11 @@ 0.4 1.1.17 - 2.5.4 - 2.5.1 - 5.3.10 - 3.0.12.RELEASE - 3.4.4 + 2.5.7 + 2.5.4 + 5.3.13 + 3.0.14.RELEASE + 3.4.5 2.5.0 @@ -36,8 +36,11 @@ 1.9 4.4 30.1.1-jre - 2.10.10 + 2.10.13 + 1.7.30 + 2.15.0 + 2.12.5 @@ -249,6 +252,11 @@ slf4j-log4j12 ${org.slf4j.version} + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j.version} + org.apache.commons commons-lang3 -- cgit v1.2.3 From a3293c946ed5b8e2bc2076a9a7eb00a4c70a41aa Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Sun, 9 Jan 2022 14:49:15 +0100 Subject: refactor(core): update eaaf-components to switch to openSAML4.x --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 80ee55b8..90f073e7 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 0.3 0.4 - 1.1.17 + 1.2.1-SNAPSHOT 2.5.7 2.5.4 -- 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 --- pom.xml | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 109 insertions(+), 14 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 90f073e7..f227d2e5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,30 +24,36 @@ 0.4 1.2.1-SNAPSHOT - 2.5.7 + 2.5.8 2.5.4 - 5.3.13 + 5.3.14 3.0.14.RELEASE - 3.4.5 + 3.5.0 2.5.0 3.12.0 1.9 4.4 - 30.1.1-jre + 31.0.1-jre 2.10.13 - 1.7.30 - 2.15.0 + 1.7.32 + 2.17.1 + 1.2.10 - 2.12.5 + 2.13.1 2.0.1.Final 6.1.5.Final 0.7.9 + + + 2.6.0 + 10.0.7 + 4.13.2 2.22.2 @@ -256,7 +262,12 @@ org.apache.logging.log4j log4j-to-slf4j ${log4j.version} - + + + ch.qos.logback + logback-classic + ${ch.qos.logback.version} + org.apache.commons commons-lang3 @@ -280,17 +291,47 @@ org.apache.cxf cxf-core - ${cxf.version} - + ${apache.cxf.version} + org.apache.cxf cxf-rt-frontend-jaxws - ${cxf.version} + ${apache.cxf.version} org.apache.cxf cxf-rt-transports-http - ${cxf.version} + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-features-clustering + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-features-logging + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-databinding-jaxb + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-bindings-soap + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${apache.cxf.version} + + + org.apache.cxf + cxf-testutils + ${apache.cxf.version} javax.servlet @@ -350,6 +391,54 @@ ${mockito-soap-cxf.version} test + + org.apache.cxf + cxf-rt-transports-http-jetty + ${apache.cxf.version} + test + + + org.apache.cxf + cxf-rt-transports-local + ${apache.cxf.version} + test + + + org.apache.cxf + cxf-rt-rs-extension-providers + ${apache.cxf.version} + test + + + org.eclipse.jetty + jetty-http + ${jetty.version} + test + + + org.eclipse.jetty + jetty-server + ${jetty.version} + test + + + org.eclipse.jetty + jetty-io + ${jetty.version} + test + + + org.eclipse.jetty + jetty-util + ${jetty.version} + test + + + org.eclipse.jetty + jetty-security + ${jetty.version} + test + at.gv.egiz.eaaf eaaf_core_utils @@ -402,7 +491,13 @@ powermock-api-mockito2 ${org.powermock.version} test - + + + com.jayway.jsonpath + json-path + ${json-path.version} + test + @@ -451,7 +546,7 @@ org.apache.cxf cxf-codegen-plugin - ${cxf.version} + ${apache.cxf.version} -- cgit v1.2.3 From 31b5c646a4c51e8706d0cf884223a2fe95ee5bba Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 10 Jan 2022 16:00:22 +0100 Subject: chore(core): update commons-io to latest version and jetty to lastest 9.x version --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f227d2e5..85460bd8 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 3.12.0 1.9 4.4 + 2.11.0 31.0.1-jre 2.10.13 @@ -52,7 +53,7 @@ 2.6.0 - 10.0.7 + 9.4.44.v20210927 4.13.2 @@ -278,6 +279,11 @@ commons-text ${org.apache.commons-text.version} + + commons-io + commons-io + ${commons-io.version} + com.google.guava guava -- cgit v1.2.3