This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new f80bcc0 Update JUnit to 4.13.2 f80bcc0 is described below commit f80bcc0ed2e7c1bf0cc458f821b18bcb660b0a07 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 22 14:37:25 2021 +0100 Update JUnit to 4.13.2 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 4f32cbb..084348d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -208,10 +208,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.13 +junit.version=4.13.2 junit.checksum.enabled=true junit.checksum.algorithm=MD5|SHA-1 -junit.checksum.value=5da6445d7b80aba2623e73d4561dcfde|e49ccba652b735c93bd6e6f59760d8254cf597dd +junit.checksum.value=d98a9a02a99a9acd22d7653cbcc1f31f|8ac9e16d933b6fb43bc7f576336b8f4d7eb5ba12 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/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1247768..6df6c96 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -224,6 +224,9 @@ 16 onwards to the <code>service.bat</code> script to align it with the other start-up scripts. PR provided by MCMicS. (markt) </fix> + <update> + Update JUnit to version 4.13.2. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org