This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new b9fbb36 Bump docker-maven-plugin from 0.33.0 to 0.39.0 (#748)
b9fbb36 is described below
commit b9fbb36bb19d6de1eda39aac48f521e4446c8e4a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 11 16:48:03 2022 +0100
Bump docker-maven-plugin from 0.33.0 to 0.39.0 (#748)
Bumps
[docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from
0.33.0 to 0.39.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
-
[Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
-
[Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.33.0...v0.39.0)
---
updated-dependencies:
- dependency-name: io.fabric8:docker-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 570751b..8eb7ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1212,7 +1212,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.33.0</version>
+ <version>0.39.0</version>
</plugin>
</plugins>
</pluginManagement>