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

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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 50904465d2 Upgrading Groovy, exec-maven-plugin, asciidoctorj-pdf
50904465d2 is described below

commit 50904465d2c56b157987cc667603932f6b488f97
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Oct 20 08:23:52 2025 +0200

    Upgrading Groovy, exec-maven-plugin, asciidoctorj-pdf
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9378299365..19b04a7f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ under the License.
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=syncope.git</url>
-    <tag>syncope-4.0.2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>
@@ -422,7 +422,7 @@ under the License.
 
     <jasypt.version>1.9.3</jasypt.version>
 
-    <groovy.version>5.0.1</groovy.version>
+    <groovy.version>5.0.2</groovy.version>
 
     <flowable.version>7.2.0</flowable.version>
     <flowable-old.version>6.8.1</flowable-old.version>
@@ -1822,7 +1822,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>3.6.1</version>
+          <version>3.6.2</version>
         </plugin>
 
         <plugin>
@@ -2280,7 +2280,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>2.3.20</version>
+                <version>2.3.21</version>
               </dependency>
             </dependencies>
             <configuration>

Reply via email to