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 2021/04/28 06:50:33 UTC

[syncope] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 969e342  Upgrading Nimbus JOSE JWT
969e342 is described below

commit 969e34252d5a01a3c1c434a69cc5b2a3afe080b8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 28 08:50:17 2021 +0200

    Upgrading Nimbus JOSE JWT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c6d747..387beab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.4.3</cxf.version>
     <bouncycastle.version>1.68</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.9</nimbus-jose-jwt.version>
 
     <jackson.version>2.12.3</jackson.version>