[java-idp-plugin-oidc-rp] branch main updated: Update the RP to depend on the new oidc-config module .3 (v2.1.0)
Phil Smart
philip.smart at jisc.ac.uk
Mon Apr 8 09:06:06 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=96f145e51848680a0ff919ea61d09ee35bb2886e
The following commit(s) were added to refs/heads/main by this push:
new 96f145e Update the RP to depend on the new oidc-config module .3 (v2.1.0)
96f145e is described below
commit 96f145e51848680a0ff919ea61d09ee35bb2886e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 8 10:06:02 2024 +0100
Update the RP to depend on the new oidc-config module .3 (v2.1.0)
- this also requires the new commons module .5 (v3.1.0)
---
.../resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
index 35af029..4b278fa 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
@@ -3,4 +3,4 @@ plugin.id = net.shibboleth.idp.plugin.authn.oidc.rp
plugin.version = 2.1.0
#plugin.license = licence.txt
-plugin.modules.required = idp.oidc.config.2
+plugin.modules.required = idp.oidc.config.3
diff --git a/pom.xml b/pom.xml
index 6ba443f..e001cdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<shib-shared.testing.version>9.0.0</shib-shared.testing.version>
<okhttp3.tls.version>4.9.3</okhttp3.tls.version>
<oidc-config.groupId>net.shibboleth.idp.plugin.config.oidc</oidc-config.groupId>
- <oidc-config.version>2.0.0</oidc-config.version>
+ <oidc-config.version>2.1.0-SNAPSHOT</oidc-config.version>
<oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
<oidc-common.version>3.1.0-SNAPSHOT</oidc-common.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list