You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/03/09 21:05:04 UTC

[maven-wagon] 01/01: [WAGON-581] Upgrade HttpClient to 4.5.12

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

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

commit 19e59b8d857263312b4d2430c865a2340acc5e1b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Mar 9 22:04:47 2020 +0100

    [WAGON-581] Upgrade HttpClient to 4.5.12
---
 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 8948086..0aec149 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.11</version>
+        <version>4.5.12</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>