[java-idp-oidc] branch main updated: Need to unlock dependency on oidc-common.

Scott Cantor cantor.2 at osu.edu
Wed Sep 20 13:15:21 UTC 2023


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

scantor 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=cbaf8b482b5c918e52b64704e5fd5678a2b37dc4

The following commit(s) were added to refs/heads/main by this push:
     new cbaf8b48 Need to unlock dependency on oidc-common.
cbaf8b48 is described below

commit cbaf8b482b5c918e52b64704e5fd5678a2b37dc4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 20 08:15:15 2023 -0500

    Need to unlock dependency on oidc-common.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91667e43..9963bb55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
-        <oidc-common.version>3.0.0</oidc-common.version>
+        <oidc-common.version>3.0.1-SNAPSHOT</oidc-common.version>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
         <shib-profile.version>5.0.0</shib-profile.version>

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


More information about the commits mailing list