You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/08/11 12:56:02 UTC

[syncope] 02/04: Upgrading nimbus-jose-jwt

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 53ab5f055c8e66134561ff9728d2b969d359165a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Aug 8 06:54:03 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 d4bd060..647d220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1979,7 +1979,7 @@ under the License.
       <dependency>
         <groupId>com.nimbusds</groupId>
         <artifactId>nimbus-jose-jwt</artifactId>
-        <version>8.19</version>
+        <version>8.20</version>
       </dependency>
 
       <dependency>