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/01/27 15:08:19 UTC

[syncope] 02/04: Upgrading Nimbus JOSE JWT and SLF4J

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 571cca92bc208bba50e5e018032ad25f58b0e90d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jan 26 16:16:50 2022 +0100

    Upgrading Nimbus JOSE JWT and SLF4J
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d361e0b..d714d8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
 
     <cxf.version>3.5.0</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.16</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.16.1</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.1</jackson.version>
 
@@ -428,7 +428,7 @@ under the License.
 
     <camel.version>3.14.0</camel.version>
 
-    <slf4j.version>1.7.34</slf4j.version>
+    <slf4j.version>1.7.35</slf4j.version>
 
     <elasticsearch.version>7.16.3</elasticsearch.version>