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 ad1cd0b24e Upgrading ANTLR4, cyclonedx-maven-plugin and
asciidoctorj-pdf
ad1cd0b24e is described below
commit ad1cd0b24e74add33a111cd653c2018a644711ca
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sun Aug 4 08:36:40 2024 +0200
Upgrading ANTLR4, cyclonedx-maven-plugin and asciidoctorj-pdf
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f0bde1a54d..115fe11e25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@ under the License.
<wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
<wicket-spring-boot.version>3.1.7</wicket-spring-boot.version>
- <antlr4.version>4.13.1</antlr4.version>
+ <antlr4.version>4.13.2</antlr4.version>
<curator.version>5.7.0</curator.version>
<zookeeper.version>3.9.1</zookeeper.version>
@@ -2151,7 +2151,7 @@ under the License.
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.8.0</version>
+ <version>2.8.1</version>
<executions>
<execution>
<phase>package</phase>
@@ -2230,7 +2230,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
- <version>2.3.17</version>
+ <version>2.3.18</version>
</dependency>
</dependencies>
<configuration>