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 1e19350708bf50ba7160155bba4dadad09d3c629 Author: Michael Osipov <[email protected]> AuthorDate: Sun Feb 16 20:51:52 2020 +0100 [WAGON-577] Upgrade HttpCore to 4.4.13 --- 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 14df1a9..ff96c6b 100644 --- a/wagon-providers/pom.xml +++ b/wagon-providers/pom.xml @@ -55,7 +55,7 @@ under the License. <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.11</version> + <version>4.4.13</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId>
