This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 9bf212d chore(deps): update dependency io.fabric8:docker-maven-plugin
to v0.43.4 (#211)
9bf212d is described below
commit 9bf212d75c02ab21f2fb7d48c48fdfc5b0e1ebf1
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Aug 18 12:14:27 2023 +0200
chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.43.4
(#211)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7cc954a..7ec5667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.43.3</version>
+ <version>0.43.4</version>
<configuration>
<skip>${docker.skip}</skip>
<containerNamePattern>%e</containerNamePattern>