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 2023/07/25 12:51:27 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin (#77)

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 b5cabb4  chore(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin (#77)
b5cabb4 is described below

commit b5cabb46fdeea309e86b3bb3f28c2ed91b0b8062
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jul 25 14:51:22 2023 +0200

    chore(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin (#77)
    
    Bumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.7.0 to 1.7.1.
    - [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
    - [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.7.0...1.7.1)
    
    ---
    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>
    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 dbc52f1..5a34647 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.7.0</version>
+          <version>1.7.1</version>
         </plugin>
       </plugins>
     </pluginManagement>