This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch WAGON-607 in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
commit 51b86b1701787d417ec8a3be3c785b4e48d02152 Author: Lari Hotari <l...@hotari.net> AuthorDate: Mon Feb 15 19:52:48 2021 +0200 [WAGON-607] Upgrade HttpCore to 4.4.14 --- 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..6476d56 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>