You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/12 08:42:46 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump download-maven-plugin from 1.6.7 to 1.6.8 (#26)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 773cfc7  chore(deps): bump download-maven-plugin from 1.6.7 to 1.6.8 (#26)
773cfc7 is described below

commit 773cfc715f4ef155114b06ccf4495fff89cb18ad
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 12 10:42:42 2022 +0200

    chore(deps): bump download-maven-plugin from 1.6.7 to 1.6.8 (#26)
    
    Bumps [download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.6.7 to 1.6.8.
    - [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
    - [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.6.7...1.6.8)
    
    ---
    updated-dependencies:
    - dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4x-site-skin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index acc2aa3..74a52d2 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -296,7 +296,7 @@
         <plugin>
           <groupId>com.googlecode.maven-download-plugin</groupId>
           <artifactId>download-maven-plugin</artifactId>
-          <version>1.6.7</version>
+          <version>1.6.8</version>
         </plugin>
       </plugins>
     </pluginManagement>