Skip to content

Commit

Permalink
update dependencies: commons-io, plexus-interpolation, and plexus-arc…
Browse files Browse the repository at this point in the history
…hiver (#12)
  • Loading branch information
elharo committed Jun 10, 2020
1 parent 47e2a1d commit 9c2163e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -108,17 +108,17 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>1.25</version>
<version>1.26</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9c2163e

Please sign in to comment.