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:38 UTC

[maven-project-info-reports-plugin] branch valid created (now 0b84f48)

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

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


      at 0b84f48  update commons-validator

This branch includes the following new commits:

     new 0b84f48  update commons-validator

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>