Author: ggregory
Date: Thu Jul 12 19:47:01 2012
New Revision: 1360885
URL: http://svn.apache.org/viewvc?rev=1360885&view=rev
Log:
Update Apache HttpComponents HttpClient to 4.2.1 from 4.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=1360885&r1=1360884&r2=1360885&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Jul 12 19:47:01 2012
@@ -424,7 +424,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
- <version>4.2</version>
+ <version>4.2.1</version>
<scope>test</scope>
</dependency>
<!-- Test WebDAV with Apache Jackrabbit -->