You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/13 15:18:00 UTC

svn commit: r1631380 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Mon Oct 13 13:18:00 2014
New Revision: 1631380

URL: http://svn.apache.org/r1631380
Log:
Update tests to httpcore-nio 4.3.2.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1631380&r1=1631379&r2=1631380&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Oct 13 13:18:00 2014
@@ -444,7 +444,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.2.5</version>
+        <version>4.3.2</version>
         <scope>test</scope>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit -->