[java-idp-oidc] 01/03: Bump idp and opensaml dependencies into 4.3.0.

Henri Mikkonen henri.mikkonen at iki.fi
Fri Feb 3 13:19:05 UTC 2023


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3ef879288ea134ae3c89227ab74ac5d6221b4c70

commit 3ef879288ea134ae3c89227ab74ac5d6221b4c70
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 3 15:07:01 2023 +0200

    Bump idp and opensaml dependencies into 4.3.0.
    
    This is needed due to https://shibboleth.atlassian.net/browse/JSE-51:
    as some profile configuration beans get moved into java-oidc-common
    (JCOMOIDC-48), loading of relying-party beans from multiple sources
    is needed.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6703bc84..9e29db03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,8 @@
     <name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
     <packaging>pom</packaging>
     <properties>
-        <shib.idp.version>4.2.0</shib.idp.version>
-        <opensaml.version>4.2.0</opensaml.version>
+        <shib.idp.version>4.3.0</shib.idp.version>
+        <opensaml.version>4.3.0</opensaml.version>
         <oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list