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 2012/12/03 17:01:55 UTC

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

Author: ggregory
Date: Mon Dec  3 16:01:54 2012
New Revision: 1416571

URL: http://svn.apache.org/viewvc?rev=1416571&view=rev
Log:
Update tests to Apache org.apache.httpcomponents/httpcore-nio 4.2.3 from 4.2.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=1416571&r1=1416570&r2=1416571&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Dec  3 16:01:54 2012
@@ -421,7 +421,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.2.2</version>
+        <version>4.2.3</version>
         <scope>test</scope>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit -->