This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new ad0254a64a Update Hamcrest library to 3.0 ad0254a64a is described below commit ad0254a64a9a9bc11988550b49ea7c72096e68fe 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 49c5d77333..3860f00452 100644 --- a/build.properties.default +++ b/build.properties.default @@ -215,10 +215,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 3bd3d3d69b..2f58fb0372 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -192,6 +192,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