aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2021-02-25 13:37:17 +0100
committerGitHub <noreply@github.com>2021-02-25 13:37:17 +0100
commit21f6df31af77d0834523b9dc75d8d43cab9ff57e (patch)
treeaeb1dcdf557f24270e337afa79d325f8c5e93afd
parent15429af72cf83b28859c3817d017aead4548b252 (diff)
parenteda2e64fbfdc0f9db041fd4956f16e8cc94f430d (diff)
downloadapache-velocity-engine-21f6df31af77d0834523b9dc75d8d43cab9ff57e.tar.gz
Merge pull request #19 from prios-daniel-ranallo/update-commons-io
core: update the version of commons-io
-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>