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/07/29 06:23:31 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 4bd505e  Upgrading Nimbus JOSE JWT
4bd505e is described below

commit 4bd505e48727a9666c5f57704e49077b1729f85b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 28 15:16:13 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 d78a772..9f03b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
 
     <cxf.version>3.4.4</cxf.version>
     <bouncycastle.version>1.69</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.11.1</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.11.2</nimbus-jose-jwt.version>
 
     <jackson.version>2.12.4</jackson.version>