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
commit 2bcfebb7bbcd5b97512ed589c59c99df30e010bb Author: Michael Osipov <[email protected]> AuthorDate: Sun Feb 16 20:52:12 2020 +0100 [WAGON-578] Upgrade HttpClient to 4.5.11 --- 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 ff96c6b..8948086 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.9</version> + <version>4.5.11</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId>
