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 943258a53e Upgrading Groovy, exec-maven-plugin, asciidoctorj-pdf
943258a53e is described below
commit 943258a53e22eef4f675e719cdacbad27ab3df63
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 154956b988..f7b1375c0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -1788,7 +1788,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>
@@ -2248,7 +2248,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>