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 5b1b8b168a Upgrading Nimbus JOSE JWT and maven-archetype-plugin
5b1b8b168a is described below

commit 5b1b8b168ab111de41a9f951332c058eaa477348
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Oct 29 08:42:00 2024 +0100

    Upgrading Nimbus JOSE JWT and maven-archetype-plugin
---
 archetype/pom.xml | 2 +-
 pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetype/pom.xml b/archetype/pom.xml
index d78fe0869c..5ff22d221f 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -34,7 +34,7 @@ under the License.
   <packaging>maven-archetype</packaging>
 
   <properties>
-    <maven.archetype.version>3.3.0</maven.archetype.version>
+    <maven.archetype.version>3.3.1</maven.archetype.version>
 
     <rootpom.basedir>${basedir}/..</rootpom.basedir>
   </properties>
diff --git a/pom.xml b/pom.xml
index a0cc1b96dc..1fe6b4513c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <cxf.version>4.1.0-SNAPSHOT</cxf.version>
     <bouncycastle.version>1.78.1</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.42</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.3.5</spring-boot.version>
     <spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>

Reply via email to