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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f74e5e  [MSHARED-1082] - Update Plexus IO to 3.3.1
6f74e5e is described below

commit 6f74e5e363191337b7984988d861efb0a3c4b304
Author: Jorge Solórzano <[email protected]>
AuthorDate: Mon Jun 13 12:02:25 2022 +0200

    [MSHARED-1082] - Update Plexus IO to 3.3.1
    
    Signed-off-by: Jorge Solórzano <[email protected]>
---
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index e982f04..1a2c02d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,21 +70,13 @@
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
-    <!--
-      Apache Commons dependencies
-    -->
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.11.0</version>
-    </dependency>
     <!--
       Plexus dependencies
     -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>3.3.0</version>
+      <version>3.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -113,7 +105,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.22.0</version>
+      <version>3.23.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to