[java-idp-testbed] branch main updated: Update OIDC lib versions.

Scott Cantor cantor.2 at osu.edu
Mon Aug 28 16:57:32 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-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=81718bdf6bcddea4acba77942d000150f577a20a

The following commit(s) were added to refs/heads/main by this push:
     new 81718bd  Update OIDC lib versions.
81718bd is described below

commit 81718bdf6bcddea4acba77942d000150f577a20a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 28 12:57:29 2023 -0400

    Update OIDC lib versions.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fbed82e..8116092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
         <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
         <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
         <cas-client.version>3.6.4</cas-client.version>
-        <oidc-commons.version>2.1.1-SNAPSHOT</oidc-commons.version>
+        <oidc-commons.version>3.0.0-SNAPSHOT</oidc-commons.version>
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
         <jetty.version>11.0.15</jetty.version>
         <jetty-jstl.version>11.0.0</jetty-jstl.version>
@@ -228,7 +228,7 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.oidc</groupId>
             <artifactId>idp-plugin-oidc-op-impl</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>4.0.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

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


More information about the commits mailing list