You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/12/26 10:44:03 UTC

svn commit: r1052848 - /shindig/trunk/pom.xml

Author: lindner
Date: Sun Dec 26 09:44:02 2010
New Revision: 1052848

URL: http://svn.apache.org/viewvc?rev=1052848&view=rev
Log:
more version upgrades

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1052848&r1=1052847&r2=1052848&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Dec 26 09:44:02 2010
@@ -1479,7 +1479,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2</version>
+        <version>1.2.2</version>
       </dependency>
       <dependency>
         <groupId>org.json</groupId>
@@ -1581,7 +1581,7 @@
       <dependency>
         <groupId>com.ibm.icu</groupId>
         <artifactId>icu4j</artifactId>
-        <version>3.8</version>
+        <version>4.6</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.htmlunit</groupId>
@@ -1606,7 +1606,7 @@
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.1</version>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
@@ -1646,7 +1646,7 @@
       <dependency>
         <groupId>de.odysseus.juel</groupId>
         <artifactId>juel-impl</artifactId>
-        <version>2.1.3</version>
+        <version>2.2.2</version>
         <exclusions>
           <exclusion>
             <groupId>de.odysseus.juel</groupId> 
@@ -1672,7 +1672,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>1.5.6</version>
+        <version>1.5.11</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>