Author: cbrisson
Date: Fri Jan 24 08:46:24 2020
New Revision: 1873091
URL: http://svn.apache.org/viewvc?rev=1873091&view=rev
Log:
[engine] Upgrade junit to 4.13
Modified:
velocity/engine/trunk/README.md
velocity/engine/trunk/pom.xml
Modified: velocity/engine/trunk/README.md
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/README.md?rev=1873091&r1=1873090&r2=1873091&view=diff
==============================================================================
--- velocity/engine/trunk/README.md (original)
+++ velocity/engine/trunk/README.md Fri Jan 24 08:46:24 2020
@@ -26,7 +26,7 @@ At compile time, Maven should fetch all
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
Modified: velocity/engine/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1873091&r1=1873090&r2=1873091&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Fri Jan 24 08:46:24 2020
@@ -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>