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/05/11 07:34:21 UTC

[syncope] 01/03: 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 da478e7264abdd3eec506af5ab5b8207465f0b90
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 10 17:31:39 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 b91e2fc..3bd02f2 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.9.2</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.9.3</nimbus-jose-jwt.version>
 
     <jackson.version>2.12.3</jackson.version>