From e915685e22c7c084f7fd0c4870ff20d3f0194a91 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 31 Aug 2023 20:37:42 +0200 Subject: feat(core): refactor to openSAML 5 for Java 17 --- pom.xml | 59 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 27 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 36ce80a4..c7cdb699 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.8 + 17 ${project.version} @@ -23,7 +23,7 @@ 0.4 0.3.1 - 3.1.9 + 3.2.2 2.1.1 @@ -48,8 +48,8 @@ 3.0.5 6.0.8 - 9.0.73 - 4.0.1 + 10.1.13 + 5.0.0-SNAPSHOT 2.3.2 1.2.5 1.71.1 @@ -65,19 +65,18 @@ 3.2.2 4.4 2.11.0 - 1.5 + 2.0.0-M1 - 4.0.4 + 6.0.0 2.3 - 1.3.2 + 2.1.1 2.12.2 3.0.2 31.1-jre 1.2.3 - 4.5.14 - 4.4.16 + 5.2.1 2.15.0 2.15.0 @@ -167,6 +166,17 @@ Internet2 https://build.shibboleth.net/nexus/content/groups/public/ + + shibboleth.internet2.edu.snapshot + Shibboleth Snapshot repo + https://build.shibboleth.net/maven/snapshots/ + + false + + + true + + @@ -448,11 +458,11 @@ ${io.grpc-core.version} - - javax.annotation - javax.annotation-api - ${javax.annotation-api} - + + jakarta.annotation + jakarta.annotation-api + ${jakarta.annotation-api.version} + commons-collections commons-collections @@ -552,9 +562,9 @@ ${org.apache.commons-text.version} - commons-fileupload - commons-fileupload - ${commons-fileupload.version} + org.apache.commons + commons-fileupload2-jakarta + ${commons-fileupload2.version} org.opensaml @@ -631,16 +641,11 @@ ${xalan.version} - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.apache.httpcomponents - httpcore - ${httpcore.version} - + + org.apache.httpcomponents.client5 + httpclient5 + ${httpclient.version} + org.owasp.encoder -- cgit v1.2.3