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/21 08:38:05 UTC

[syncope] branch master updated: Upgrading Nimbus JOSE JWT, Log4J2, Elasticsearch, maven-jar-plugin, cargo-maven3-plugin, apache-rat-plugin

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 56fb5f5eaf Upgrading Nimbus JOSE JWT, Log4J2, Elasticsearch, maven-jar-plugin, cargo-maven3-plugin, apache-rat-plugin
56fb5f5eaf is described below

commit 56fb5f5eaf86c5fc10cc0afa86dd4ef5f90b9f50
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Sep 21 08:44:40 2022 +0200

    Upgrading Nimbus JOSE JWT, Log4J2, Elasticsearch, maven-jar-plugin, cargo-maven3-plugin, apache-rat-plugin
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1949fe86b1..2b9ca173c4 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.24.4</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.25</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.4</jackson.version>
 
@@ -432,12 +432,12 @@ under the License.
 
     <slf4j.version>1.7.36</slf4j.version>
 
-    <elasticsearch.version>8.4.1</elasticsearch.version>
+    <elasticsearch.version>8.4.2</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j2.version>2.18.0</log4j2.version>
+    <log4j2.version>2.19.0</log4j2.version>
     <disruptor.version>3.4.4</disruptor.version>
     
     <commons-jexl.version>3.2.1</commons-jexl.version>
@@ -1746,7 +1746,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>
@@ -1795,7 +1795,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.10.1</version>
+          <version>1.10.2</version>
           <configuration>
             <configuration>
               <type>standalone</type>
@@ -2029,6 +2029,7 @@ under the License.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.15</version>
         <configuration>
           <excludes>
             <exclude>**/nbactions.xml</exclude>