Author: lindner
Date: Thu Mar 24 05:05:06 2011
New Revision: 1084846
URL: http://svn.apache.org/viewvc?rev=1084846&view=rev
Log:
icu4j 4.6 -> 4.6.1 httpclient 4.1 -> 4.1.1
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1084846&r1=1084845&r2=1084846&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Thu Mar 24 05:05:06 2011
@@ -1608,7 +1608,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>4.6</version>
+ <version>4.6.1</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
@@ -1689,7 +1689,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.1</version>
+ <version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>