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/06/19 19:08:18 UTC

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

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 358a346e99 Bump docker-maven-plugin from 0.40.0 to 0.40.1 (#925)
358a346e99 is described below

commit 358a346e993e7f6024dcf80b7c081bb424bb9bca
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jun 19 21:08:10 2022 +0200

    Bump docker-maven-plugin from 0.40.0 to 0.40.1 (#925)
    
    Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.40.0 to 0.40.1.
    - [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.0...v0.40.1)
    
    ---
    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 f0d3750b26..ee99a82992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1284,7 +1284,7 @@
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.0</version>
+          <version>0.40.1</version>
         </plugin>
       </plugins>
     </pluginManagement>