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/08/14 17:33:07 UTC

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


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

commit f6a343066f14bc14dc038e6130bcdb0e7a8778fc
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Aug 14 13:11:01 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 2125adb..8830cb2 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.3</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.12</nimbus-jose-jwt.version>
 
     <jackson.version>2.12.4</jackson.version>
 
@@ -430,7 +430,7 @@ under the License.
 
     <camel.version>3.11.1</camel.version>
 
-    <slf4j.version>2.0.0-alpha2</slf4j.version>
+    <slf4j.version>2.0.0-alpha3</slf4j.version>
 
     <elasticsearch.version>7.14.0</elasticsearch.version>
 
@@ -2258,12 +2258,6 @@ under the License.
 
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
-          <artifactId>nbm-maven-plugin</artifactId>
-          <version>4.1</version>
-        </plugin>
-
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
           <version>3.0.0</version>
         </plugin>