You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/08/31 14:23:39 UTC

[maven-project-info-reports-plugin] 01/01: update commons-validator

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch valid
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit 0b84f48af19284393d4005fb6911edea99e9ec8a
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Aug 31 10:23:21 2020 -0400

    update commons-validator
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b95eb1..6b59897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
-      <version>1.6</version>
+      <version>1.7</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>