This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new a4de2f39dc Update Hamcrest library to 3.0 a4de2f39dc is described below commit a4de2f39dc7fd14434c39c8a93e8dfd3cf1da68b Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 28 17:23:29 2024 +0100 Update Hamcrest library to 3.0 --- 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 da866174f8..8549138ceb 100644 --- a/build.properties.default +++ b/build.properties.default @@ -238,10 +238,10 @@ junit.jar=${junit.home}/junit-${junit.version}.jar junit.loc=${base-maven.loc}/junit/junit/${junit.version}/junit-${junit.version}.jar # ----- Hamcrest Library, used by JUnit, version 1.3 or later ---- -hamcrest.version=2.2 +hamcrest.version=3.0 hamcrest.checksum.enabled=true hamcrest.checksum.algorithm=SHA-512 -hamcrest.checksum.value=6b1141329b83224f69f074cb913dbff6921d6b8693ede8d2599acb626481255dae63de42eb123cbd5f59a261ac32faae012be64e8e90406ae9215543fbca5546 +hamcrest.checksum.value=c09968882d8467d43576444b3fab868e175f0826e1d6e2015d1efec8934cdd5ffce8f285a7fc072306711ee0645dea92783a97a9e1dd8206e5e1de5de1ea8e7f hamcrest.home=${base.path}/hamcrest-${hamcrest.version} hamcrest.jar=${hamcrest.home}/hamcrest-${hamcrest.version}.jar hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest/${hamcrest.version}/hamcrest-${hamcrest.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 926e47baaa..c8d91851c5 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -179,6 +179,9 @@ are not dropped by default if a logger is configured to use trace (<code>FINEST</code>) level logging. (markt) </fix> + <update> + Update Hmacrest to 3.0. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org