You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/12/20 12:30:04 UTC

[syncope] 01/02: Upgrading docker-maven-plugin

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 0ccc964a85579921e3622238e0b8c7430a8a57b2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 19 08:21:25 2022 +0100

    Upgrading docker-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53096058c2..5fc93a1e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2131,7 +2131,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.2</version>
+          <version>0.40.3</version>
         </plugin>
 
         <plugin>