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/06/13 06:06:44 UTC

[syncope] 05/05: Upgrading docker-maven-plugin and maven-enforcer-plugin

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

commit b2d618cc42dad69f18478286f3f971dd66f8e8b5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jun 13 08:02:25 2022 +0200

    Upgrading docker-maven-plugin and maven-enforcer-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51a38d5caf..719187bb91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2253,7 +2253,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.0</version>
+          <version>0.40.1</version>
         </plugin>
 
         <plugin>
@@ -2298,7 +2298,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
         <executions>
           <execution>
             <id>default-cli</id>