This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 0f2d034f57 Upgrading Nimbus JOSE JWT and maven-archetype-plugin
0f2d034f57 is described below

commit 0f2d034f57ed5377baf48667a5cb9cfa5cb0e982
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Oct 29 08:41:10 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 938d1db360..29ae03ab85 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 cb91a75723..6b7bac6bb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <cxf.version>3.6.4</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.42</nimbus-jose-jwt.version>
 
     <spring-framework.version>5.3.39</spring-framework.version>
     <spring-security.version>5.8.14</spring-security.version>

Reply via email to