You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/10/02 14:46:37 UTC

[httpcomponents-client] 12/13: Bump download-maven-plugin from 1.6.0 to 1.6.8

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit fd86093db68411dcc834e5e0df514705a310bc70
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 30 16:16:28 2022 +0000

    Bump download-maven-plugin from 1.6.0 to 1.6.8
    
    Bumps [download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.6.0 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.0...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>
---
 httpclient5/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index 4b4fd48ef..40c08eb4d 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -113,7 +113,7 @@
       <plugin>
         <groupId>com.googlecode.maven-download-plugin</groupId>
         <artifactId>download-maven-plugin</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.8</version>
         <executions>
           <execution>
             <id>download-public-suffix-list</id>