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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new e460cd2  [WAGON-608] Upgrade HttpClient to 4.5.13
e460cd2 is described below

commit e460cd2a7b2221e2dd0914d6c59eb27eeb4ba53c
Author: Lari Hotari <l...@hotari.net>
AuthorDate: Mon Feb 15 19:52:48 2021 +0200

    [WAGON-608] Upgrade HttpClient to 4.5.13
    
    This closes #78
---
 wagon-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index 8336ce8..370699c 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -50,7 +50,7 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.12</version>
+        <version>4.5.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>

Reply via email to