Author: ggregory
Date: Wed Oct 15 17:14:04 2014
New Revision: 1632125
URL: http://svn.apache.org/r1632125
Log:
Update Apache commons-httpclient from 3.0.1 to 3.1, it's EOL but a drop in.
TODO: Port to 4.x.
Modified:
commons/proper/jcs/trunk/pom.xml
Modified: commons/proper/jcs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1632125&r1=1632124&r2=1632125&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 15 17:14:04 2014
@@ -308,7 +308,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.0.1</version>
+ <version>3.1</version>
<optional>true</optional>
</dependency>