[java-idp-oidc] branch main updated: JCOMOIDC-19 Update Nimbus oauth2-oidc-sdk into 9.5
Henri Mikkonen
henri.mikkonen at iki.fi
Fri May 21 11:54:59 UTC 2021
This is an automated email from the git hooks/post-receive script.
hjmikkon 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=eaa6ac32fcf52781cc7b060435524df4c24659ef
The following commit(s) were added to refs/heads/main by this push:
new eaa6ac32 JCOMOIDC-19 Update Nimbus oauth2-oidc-sdk into 9.5
eaa6ac32 is described below
commit eaa6ac32fcf52781cc7b060435524df4c24659ef
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 21 14:52:41 2021 +0300
JCOMOIDC-19 Update Nimbus oauth2-oidc-sdk into 9.5
https://issues.shibboleth.net/jira/browse/JCOMOIDC-19
- unlock and update oidc-commons to latest 1.1.0-SNAPSHOT
- Includes newer version of Nimbus libs. They are required to pass OIDC certification, but do not require code-changes on our side.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0e372dc8..61e1f057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<properties>
<shib.idp.version>4.1.0</shib.idp.version>
<opensaml.version>4.1.0</opensaml.version>
- <oidc.common.version>1.0.0</oidc.common.version>
+ <oidc.common.version>1.1.0-SNAPSHOT</oidc.common.version>
<json.smart.version>2.3</json.smart.version>
<gson.version>2.8.6</gson.version>
<nimbus.lang.tag.version>1.4.4</nimbus.lang.tag.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list