This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 9af39ca  Reverting nimbus-jose-jwt to 8.20 due to breaking API change: 
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/issues/313/upgrade-nimbus-jose-jwt-to-v9
9af39ca is described below

commit 9af39cab0b6d59244f183bc9c5064d91af1786eb
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Sep 9 10:58:24 2020 +0200

    Reverting nimbus-jose-jwt to 8.20 due to breaking API change: 
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/issues/313/upgrade-nimbus-jose-jwt-to-v9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 047c5b1..9ac858f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1942,7 +1942,7 @@ under the License.
       <dependency>
         <groupId>com.nimbusds</groupId>
         <artifactId>nimbus-jose-jwt</artifactId>
-        <version>9.0</version>
+        <version>8.20</version>
       </dependency>
 
       <dependency>

Reply via email to