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 3c9cbc92ca Upgrading Groovy, exec-maven-plugin, asciidoctorj-pdf
3c9cbc92ca is described below
commit 3c9cbc92ca63f74a430b049a1e8140c0005ad36a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Oct 20 08:23:52 2025 +0200
Upgrading Groovy, exec-maven-plugin, asciidoctorj-pdf
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index db68b5275f..c8989868ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
<jasypt.version>1.9.3</jasypt.version>
- <groovy.version>4.0.28</groovy.version>
+ <groovy.version>4.0.29</groovy.version>
<flowable.version>6.8.1</flowable.version>
@@ -1823,7 +1823,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>
@@ -2277,7 +2277,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>