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 <[email protected]>
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>

Reply via email to