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/10/27 16:02:07 UTC

[maven-pmd-plugin] branch io2 created (now 28cc170)

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

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


      at 28cc170  two easy dependency updates

This branch includes the following new commits:

     new 28cc170  two easy dependency updates

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-pmd-plugin] 01/01: two easy dependency updates

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 28cc170837912b1aca8656b37241673fb4a402d6
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Oct 27 12:01:59 2020 -0400

    two easy dependency updates
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index eba141c..de876ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.1</version>
+      <version>3.3.3</version>
     </dependency>
 
     <!-- plexus -->
@@ -252,7 +252,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>