[java-idp-plugin-oidc-rp] branch main updated: Need to unlock dependency on oidc-common.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 20 13:16:39 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-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=9a5e0efb747eeec6b63ba56ab2b94c463f15f397
The following commit(s) were added to refs/heads/main by this push:
new 9a5e0ef Need to unlock dependency on oidc-common.
9a5e0ef is described below
commit 9a5e0efb747eeec6b63ba56ab2b94c463f15f397
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 20 08:16:34 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 881a3e7..e75074d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>5.0.0</opensaml.version>
- <oidc.common.version>3.0.0</oidc.common.version>
+ <oidc.common.version>3.0.1-SNAPSHOT</oidc.common.version>
<idp.oidc.config.version>2.0.0</idp.oidc.config.version>
<okhttp3.mockserver.version>4.9.3</okhttp3.mockserver.version>
<shib.shared.testing.version>9.0.0</shib.shared.testing.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list