This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 85acbf6 Update JUnit to 4.13 85acbf6 is described below commit 85acbf61b7605af3784f9a93cfa1b95b8d75828c Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Apr 17 15:36:18 2020 +0100 Update JUnit to 4.13 --- build.properties.default | 4 ++-- modules/jdbc-pool/build.properties.default | 2 +- webapps/docs/changelog.xml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 65acae2..0ae55fe 100644 --- a/build.properties.default +++ b/build.properties.default @@ -241,10 +241,10 @@ commons-daemon.native.win.loc.1=${base-commons.loc.1}/daemon/binaries/windows/co commons-daemon.native.win.loc.2=${base-commons.loc.2}/daemon/binaries/windows/commons-daemon-${commons-daemon.version}-bin-windows.zip # ----- JUnit Unit Test Suite, version 4.11 or later ----- -junit.version=4.12 +junit.version=4.13 junit.checksum.enabled=true junit.checksum.algorithm=MD5|SHA-1 -junit.checksum.value=5b38c40c97fbd0adee29f91e60405584|2973d150c0dc1fefe998f834810d68f278ea58ec +junit.checksum.value=5da6445d7b80aba2623e73d4561dcfde|e49ccba652b735c93bd6e6f59760d8254cf597dd junit.home=${base.path}/junit-${junit.version} junit.jar=${junit.home}/junit-${junit.version}.jar junit.loc=${base-maven.loc}/junit/junit/${junit.version}/junit-${junit.version}.jar diff --git a/modules/jdbc-pool/build.properties.default b/modules/jdbc-pool/build.properties.default index c565dd1..6b83ac7 100644 --- a/modules/jdbc-pool/build.properties.default +++ b/modules/jdbc-pool/build.properties.default @@ -61,7 +61,7 @@ testdb.validationQuery=SELECT 1 #testdb.validationQuery=VALUES 1 # JUnit Unit Test Suite -junit.version=4.11 +junit.version=4.13 junit.home=${base.path}/junit-${junit.version} junit.jar=${junit.home}/junit-${junit.version}.jar junit.loc=https://repo.maven.apache.org/maven2/junit/junit/${junit.version}/junit-${junit.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 27af2ad..fbfae60 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -165,6 +165,9 @@ variable to avoid clashes with other components that use <code>LOGGING_CONFIG</code>. (markt) </fix> + <update> + Update JUnit to version 4.13. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org