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 855c5b4 [WAGON-607] Upgrade HttpCore to 4.4.14 855c5b4 is described below commit 855c5b46db722b99b8bdc54deaa92692c72b60b7 Author: Lari Hotari <l...@hotari.net> AuthorDate: Mon Feb 15 19:52:48 2021 +0200 [WAGON-607] Upgrade HttpCore to 4.4.14 This closes #77 --- 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 370699c..df9f69b 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.13</version> + <version>4.4.14</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId>