aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2017-10-20 16:03:14 +0000
committerGary D. Gregory <ggregory@apache.org>2017-10-20 16:03:14 +0000
commita485b2443aac91b600fe3dbb36bc1d715861f835 (patch)
tree86d3d5d66794f305993db3d20b45e6be9252a421
parentae57c74449db1d55abea013eb0274fb9a1f636bf (diff)
downloadapache-commons-bcel-a485b2443aac91b600fe3dbb36bc1d715861f835.tar.gz
Update tests from Apache Commons IO 2.5 to 2.6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812757 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 270e6c2e..2d7ebdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<scope>test</scope>
</dependency>