[java-idp-plugin-duo] branch main updated: Need to unlock dependency on oidc-common.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 20 13:18:18 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-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=575e360cf571f361266f84c673d9d099aaf7d433
The following commit(s) were added to refs/heads/main by this push:
new 575e360 Need to unlock dependency on oidc-common.
575e360 is described below
commit 575e360cf571f361266f84c673d9d099aaf7d433
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 20 08:18:13 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 c73272f..faf4bb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<duo.client.version>1.1.3</duo.client.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>
<java-shib-shared.version>9.0.0</java-shib-shared.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<jdk.version>15.3</jdk.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list