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 e8c027b837 Upgrading docker-maven-plugin
e8c027b837 is described below
commit e8c027b837366878e812315a4322b6a1479a3a58
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Nov 17 14:35:36 2025 +0100
Upgrading docker-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 01e5c00e66..23a910d5c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1811,7 +1811,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.47.0</version>
+ <version>0.48.0</version>
</plugin>
<plugin>