You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/03/29 19:24:02 UTC

svn commit: r1737023 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: khmarbaise
Date: Tue Mar 29 17:24:02 2016
New Revision: 1737023

URL: http://svn.apache.org/viewvc?rev=1737023&view=rev
Log:
[MWAR-369] Upgrade to 1.4.7 based on security issues.

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1737023&r1=1737022&r2=1737023&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Tue Mar 29 17:24:02 2016
@@ -120,7 +120,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.4</version>
+      <version>1.4.7</version>
     </dependency>
 
     <dependency>