Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use current version of Apache Commons IO. Transitive deps brought in
version 2.2, we specify 2.6 here.
  • Loading branch information
garydgregory committed May 18, 2018
1 parent 20ed13c commit 0c9d294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -107,6 +107,11 @@
</properties>

<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
Expand Down

0 comments on commit 0c9d294

Please sign in to comment.