[java-oidc-common] branch main updated: Bump IdP/OpenSAML versions.
Scott Cantor
cantor.2 at osu.edu
Tue Dec 7 18:25:50 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=c678c1fa8b31b1c6105ac4dd4081b09dc62a4549
The following commit(s) were added to refs/heads/main by this push:
new c678c1f Bump IdP/OpenSAML versions.
c678c1f is described below
commit c678c1fa8b31b1c6105ac4dd4081b09dc62a4549
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 7 13:25:47 2021 -0500
Bump IdP/OpenSAML versions.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f084903..0d35dea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,10 +16,10 @@
<description>A POM containing properties, dependencies, etc. that are common across all Shibboleth OIDC Java common libraries.</description>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.1.0</idp.version>
+ <idp.version>4.2.0-SNAPSHOT</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.1.0</opensaml.version>
- <java-support.version>8.2.0</java-support.version>
+ <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
+ <java-support.version>8.2.2-SNAPSHOT</java-support.version>
<nimbus-jose-jwt.version>9.14</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>9.20</oauth2-oidc-sdk.version>
<json.smart.version>2.3</json.smart.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list