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 2013/05/04 20:18:51 UTC

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

Author: ggregory
Date: Sat May  4 18:18:51 2013
New Revision: 1479149

URL: http://svn.apache.org/r1479149
Log:
Update httpcore-nio to 4.2.4 from 4.2.3.

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=1479149&r1=1479148&r2=1479149&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat May  4 18:18:51 2013
@@ -433,7 +433,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.2.3</version>
+        <version>4.2.4</version>
         <scope>test</scope>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit -->