aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--velocity-custom-parser-example/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 934b436e..f8b0ec1d 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ plus the following ones, needed for the integrated tests:
* slf4j-simple v1.7.30
* junit v4.13
* hsqldb v2.5.0
-* commons-io 2.6
+* commons-io 2.8.0
At runtime, Velocity only needs:
diff --git a/velocity-custom-parser-example/pom.xml b/velocity-custom-parser-example/pom.xml
index e165d1c4..c7ea4253 100644
--- a/velocity-custom-parser-example/pom.xml
+++ b/velocity-custom-parser-example/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.8.0</version>
</dependency>
</dependencies>