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 2022/09/22 07:17:37 UTC

[syncope] 01/02: 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 4c8c28191c24ebd2454eb4697e646a1a685d7a7b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Sep 21 15:36:34 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 2b9ca173c4..6d2aeefc51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
 
     <cxf.version>3.5.3</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.25</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.25.1</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.4</jackson.version>