aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2020-01-24 08:46:24 +0000
committerClaude Brisson <cbrisson@apache.org>2020-01-24 08:46:24 +0000
commit3092895ac02acdd26a26d85d02139abcf9ac3388 (patch)
treee58ffaf47ac2501ed6ba1ae4cc4bde52638f1c4d
parent20ea45c4884a358ec40273df1b3f5dd69ac0aae1 (diff)
downloadapache-velocity-engine-3092895ac02acdd26a26d85d02139abcf9ac3388.tar.gz
[engine] Upgrade junit to 4.13
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1873091 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README.md2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2c041dcc..926d8ca3 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ At compile time, Maven should fetch all needed dependencies, which are:
plus the following ones, needed for the integrated tests:
* slf4j-simple v1.7.30
-* junit v4.12
+* junit v4.13
* hsqldb v2.5.0
* commons-io 2.6
diff --git a/pom.xml b/pom.xml
index f99fe97b..e02b91cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <junit.version>4.12</junit.version>
+ <junit.version>4.13</junit.version>
<slf4j.version>1.7.30</slf4j.version>
<surefire.plugin.version>2.22.1</surefire.plugin.version>
<jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>