ant and commons-io upgrades

This commit is contained in:
Manfred Moser 2018-07-02 08:01:00 -07:00 committed by rfscholte
parent 2e274f284e
commit 8b952b8d59
1 changed files with 2 additions and 2 deletions

View File

@ -48,14 +48,14 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
<scope>test</scope>
</dependency>
<!-- Using zip util class, should be replaced with a zip lib -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.9</version>
<version>1.10.4</version>
<scope>test</scope>
</dependency>
</dependencies>