Skip to content

Commit

Permalink
[MSHARED-1088] Update Plexus IO 3.4.0 and Plexus Archiver 4.4.0 (#25)
Browse files Browse the repository at this point in the history
Update two dependencies:
 * plexus-io 3.4.0
 * plexus-archiver 4.4.0 

They are now pure JSR330 components, so take care about (possibly obsolete) other dependencies as well.
  • Loading branch information
cstamas authored Jun 23, 2022
1 parent 03153b5 commit 2ceaefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 2ceaefd

Please sign in to comment.