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 3289f0d033 Upgrading docker-maven-plugin and asciidoctorj-pdf
3289f0d033 is described below
commit 3289f0d033006e0b6779cea6791dae265b338e94
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Feb 19 08:36:15 2024 +0100
Upgrading docker-maven-plugin and asciidoctorj-pdf
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0e95dec74f..2e98d5f1a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1739,7 +1739,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.43.4</version>
+ <version>0.44.0</version>
</plugin>
<plugin>
@@ -2203,7 +2203,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
- <version>2.3.12</version>
+ <version>2.3.13</version>
</dependency>
</dependencies>
<configuration>