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 2ca2206ce7 Upgrading Nimbus JOSE JWT and asciidoctor-maven-plugin
2ca2206ce7 is described below

commit 2ca2206ce7886076e1bfbb3751d20fc5924ffe19
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Nov 15 07:04:40 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index f86caec5c1..fd9ef65c8b 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.46</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
 
     <spring-framework.version>5.3.39</spring-framework.version>
     <spring-security.version>5.8.15</spring-security.version>
@@ -2227,7 +2227,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.1</version>
             <inherited>false</inherited>
             <dependencies>
               <dependency>

Reply via email to