This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new 5d5adc7c5b Upgrading docker-maven-plugin
5d5adc7c5b is described below
commit 5d5adc7c5b015e495c766e6eff60270ae4ddbf53
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Feb 9 08:47:50 2026 +0100
Upgrading docker-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 66b2f5342c..b82c7d0aa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1845,7 +1845,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.48.0</version>
+ <version>0.48.1</version>
</plugin>
<plugin>