This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new f546213 [FS-360] Add HTTP provider based on HttpComponents HttpClient 4. f546213 is described below commit f546213f0c211d6a621a194455bc43b1fa26a77e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 1 09:42:47 2019 -0500 [FS-360] Add HTTP provider based on HttpComponents HttpClient 4. Update org.apache.httpcomponents components to their latest versions. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d1ca9b7..f1c8bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.6</version> + <version>4.5.7</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -534,7 +534,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> - <version>4.4.10</version> + <version>4.4.11</version> </dependency> <!-- Test WebDAV with Apache Jackrabbit --> <dependency>