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 9de5317bfd Upgrading ANTlr4 and docker-maven-plugin
9de5317bfd is described below
commit 9de5317bfdbc01539d39b71f550cc9dff8757cc9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon May 22 08:39:57 2023 +0200
Upgrading ANTlr4 and docker-maven-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6e6f24b0ea..eec8c9ea2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,7 +466,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.12.0</antlr4.version>
+ <antlr4.version>4.13.0</antlr4.version>
<curator.version>5.5.0</curator.version>
<zookeeper.version>3.8.1</zookeeper.version>
@@ -1715,7 +1715,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.42.1</version>
+ <version>0.43.0</version>
</plugin>
<plugin>