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/12/18 15:27:52 UTC

[maven-stage-plugin] 01/01: a few easy dependency updates

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-stage-plugin.git

commit 223a8be88c3452624aff6178880bc0641078df58
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Dec 18 10:27:33 2020 -0500

    a few easy dependency updates
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 831bcca..c09f110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,17 +118,17 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.3.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>