You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2012/03/30 23:13:48 UTC

svn commit: r1307617 - /struts/struts2/trunk/pom.xml

Author: lukaszlenart
Date: Fri Mar 30 21:13:48 2012
New Revision: 1307617

URL: http://svn.apache.org/viewvc?rev=1307617&view=rev
Log:
WW-3781 upgrades XStream to 1.4.2

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1307617&r1=1307616&r2=1307617&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Fri Mar 30 21:13:48 2012
@@ -665,7 +665,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.2.2</version>
+                <version>1.4.2</version>
             </dependency>
 
             <dependency>