Author: lindner
Date: Wed Aug 27 12:12:06 2014
New Revision: 1620871

URL: http://svn.apache.org/r1620871
Log:
More java dependency updates including ehcache, shiro-web.  Also clean up 
UPGRADING

Modified:
    shindig/trunk/UPGRADING
    shindig/trunk/pom.xml

Modified: shindig/trunk/UPGRADING
URL: 
http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=1620871&r1=1620870&r2=1620871&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Wed Aug 27 12:12:06 2014
@@ -7,16 +7,18 @@
 Updates
 * commons-codec 1.7 -> 1.9
 * commons-lang3 3.1 -> 3.3.2
-* joda-time 2.1 -> 2.4
-* icu4j 4.8.1.1 -> 53.1
-* xstream 1.4.3 -> 1.4.7
-* nekohtml 1.9.17 -> 1.9.21
+* ehcache 2.5.2 -> 2.6.9
 * el-api 6.0.36 -> 6.0.41
-* juel-impl 2.2.5 -> 2.2.7
-* xml-apis 1.3.04 -> 1.4.01
+* guava 14.0.1 -> 18.0
 * httpclient 4.1.2 -> 4.3.5
+* icu4j 4.8.1.1 -> 53.1
+* joda-time 2.1 -> 2.4
+* juel-impl 2.2.5 -> 2.2.7
+* nekohtml 1.9.17 -> 1.9.21
 * slf4j-jdk14 1.6.1 -> 1.7.7
-* guava 14.0.1 -> 17.0
+* shiro-web 1.1.0 -> 1.2.3
+* xml-apis 1.3.04 -> 1.4.01
+* xstream 1.4.3 -> 1.4.7
 
 
 FROM 2.0.x TO 2.5.x

Modified: shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1620871&r1=1620870&r2=1620871&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Aug 27 12:12:06 2014
@@ -1717,7 +1717,7 @@
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
-        <version>2.5.2</version>
+        <version>2.6.9</version>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
@@ -1778,7 +1778,7 @@
       <dependency>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-web</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.3</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>


Reply via email to