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
commit 723080fe726698547978c268ad6e6681666f10c8 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Sep 7 12:10:57 2020 +0200 Upgrading nimbus-jose-jwt --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3c83232..01a50f2 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>8.20</version> + <version>9.0</version> </dependency> <dependency>
