From 156d7c2d1d105bc11ceb1d98d912c740ef25b3fe Mon Sep 17 00:00:00 2001 From: Falko Modler Date: Sat, 25 Sep 2021 00:36:24 +0200 Subject: [PATCH] Upgrade docker-maven-plugin to 0.37.0 and add to dependabot --- .github/dependabot.yml | 1 + build-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07edc21a1ec8d..e0195a75a72ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -74,6 +74,7 @@ updates: - dependency-name: com.thoughtworks.xstream:xstream - dependency-name: org.jacoco:* # Maven plugins + - dependency-name: io.fabric8:docker-maven-plugin - dependency-name: net.revelc.code.formatter:formatter-maven-plugin - dependency-name: net.revelc.code:impsort-maven-plugin # Narayana diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 8f96de13bfa53..f5de7a9edbec1 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -578,7 +578,7 @@ io.fabric8 docker-maven-plugin - 0.31.0 + 0.37.0 maven-javadoc-plugin