You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2017/01/07 12:08:19 UTC

svn commit: r1777770 - /maven/shared/trunk/maven-reporting-impl/pom.xml

Author: michaelo
Date: Sat Jan  7 12:08:18 2017
New Revision: 1777770

URL: http://svn.apache.org/viewvc?rev=1777770&view=rev
Log:
[MSHARED-606] Upgrade to Commons Validator 1.5.1

Modified:
    maven/shared/trunk/maven-reporting-impl/pom.xml

Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=1777770&r1=1777769&r2=1777770&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sat Jan  7 12:08:18 2017
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
-      <version>1.4.1</version>
+      <version>1.5.1</version>
     </dependency>
 
     <!-- test -->
@@ -192,7 +192,7 @@
         </plugins>
       </reporting>
     </profile>
-    
+
     <profile>
       <id>jigsaw</id>
       <activation>