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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 00252ff  update commons-io (#34)
00252ff is described below

commit 00252ff69d44782c52b56309585e4d625f7172d8
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Nov 23 14:17:11 2020 +0000

    update commons-io (#34)
    
    
    * deps: try just io
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce41830..5fa5ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
       <!-- scope>test</scope> Required by PMD transitively. -->
     </dependency>
     <dependency>

Reply via email to