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
The following commit(s) were added to refs/heads/2_1_X by this push:
new c9795407d4 Upgrading docker-maven-plugin
c9795407d4 is described below
commit c9795407d4ed02c2b590b94edceffe7c4477ed7a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 1 09:15:17 2022 +0200
Upgrading docker-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c60b61556a..6eab71635f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2118,7 +2118,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.40.1</version>
+ <version>0.40.2</version>
</plugin>
<plugin>