[java-idp-oidc] 02/02: Bump oidc-config dependency to 2.2.0-SNAPSHOT / idp.oidc.config.4

Henri Mikkonen henri.mikkonen at iki.fi
Mon May 13 11:49:41 UTC 2024


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=5bd9d7fdc2c83e33ab11548e93d20980f1925302

commit 5bd9d7fdc2c83e33ab11548e93d20980f1925302
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon May 13 14:49:19 2024 +0300

    Bump oidc-config dependency to 2.2.0-SNAPSHOT / idp.oidc.config.4
    
    idp.oidc.config.4 requires idp.oidc.common.6
---
 .../main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties  | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
index 1ffa9df7..d2798be4 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
@@ -5,4 +5,4 @@ plugin.id = net.shibboleth.idp.plugin.oidc.op
 plugin.version = 4.2.0
 #plugin.license =
 
-plugin.modules.required = idp.oidc.config.3,idp.oidc.common.6
+plugin.modules.required = idp.oidc.config.4
diff --git a/pom.xml b/pom.xml
index 24fad1e4..5c91224b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
         <accessors.smart.version>1.2</accessors.smart.version>
         <nimbus.lang.tag.version>1.7</nimbus.lang.tag.version>
         <nimbus.content.type.version>2.2</nimbus.content.type.version>
-        <oidc.config.version>2.1.0</oidc.config.version>
+        <oidc.config.version>2.2.0-SNAPSHOT</oidc.config.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
     </properties>

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


More information about the commits mailing list