You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/27 18:32:47 UTC

svn commit: r1750398 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: schulte
Date: Mon Jun 27 18:32:47 2016
New Revision: 1750398

URL: http://svn.apache.org/viewvc?rev=1750398&view=rev
Log:
[MDEP-531] MDP 2.10 depends on a known insecure library commons-collections:3.2.1


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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1750398&r1=1750397&r2=1750398&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Mon Jun 27 18:32:47 2016
@@ -236,7 +236,7 @@ under the License.
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
+      <version>3.2.2</version>
     </dependency>
 
     <dependency>