You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/08/01 19:48:38 UTC

[logging-log4j2] branch release-2.x updated: Bump docker-maven-plugin from 0.40.1 to 0.40.2 (#991)

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 8662c06dda Bump docker-maven-plugin from 0.40.1 to 0.40.2 (#991)
8662c06dda is described below

commit 8662c06ddaf98668bdb39da14dda667fe7b2838b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 1 21:48:32 2022 +0200

    Bump docker-maven-plugin from 0.40.1 to 0.40.2 (#991)
    
    Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.40.1 to 0.40.2.
    - [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.40.1...v0.40.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.fabric8:docker-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c848251633..5d985d6f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1324,7 +1324,7 @@
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.1</version>
+          <version>0.40.2</version>
         </plugin>
       </plugins>
     </pluginManagement>