[java-oidc-common] branch main updated: JOIDC-22 Update Core Nimbus libraries
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Jan 25 15:53:17 UTC 2021
This is an automated email from the git hooks/post-receive script.
hjmikkon 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=de6e946eae23839489612f30c7b5039ef2e11514
The following commit(s) were added to refs/heads/main by this push:
new de6e946 JOIDC-22 Update Core Nimbus libraries
de6e946 is described below
commit de6e946eae23839489612f30c7b5039ef2e11514
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Jan 25 17:52:20 2021 +0200
JOIDC-22 Update Core Nimbus libraries
https://issues.shibboleth.net/jira/browse/JOIDC-22
Updated the Nimbus dependency as a bug reported by us was fixed:
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/issues/338
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e9d942c..e4f4e89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
<java-support.version>8.2.0-SNAPSHOT</java-support.version>
<nimbus-jose-jwt.version>8.20.1</nimbus-jose-jwt.version>
- <oauth2-oidc-sdk.version>8.33</oauth2-oidc-sdk.version>
+ <oauth2-oidc-sdk.version>8.33.2</oauth2-oidc-sdk.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list