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 7e336d1518 Update EasyMock to 5.4.0 7e336d1518 is described below commit 7e336d1518da87eabe0f173f935d7dfdcb50a4e0 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 28 17:36:43 2024 +0100 Update EasyMock to 5.4.0 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 3860f00452..3659b855b4 100644 --- a/build.properties.default +++ b/build.properties.default @@ -224,10 +224,10 @@ hamcrest.jar=${hamcrest.home}/hamcrest-${hamcrest.version}.jar hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest/${hamcrest.version}/hamcrest-${hamcrest.version}.jar # ----- EasyMock, version 5.0.0 or later ----- -easymock.version=5.3.0 +easymock.version=5.4.0 easymock.checksum.enabled=true easymock.checksum.algorithm=MD5|SHA-1 -easymock.checksum.value=a25d1fb058ddcb644011680e48ba357c|7bac0b4bbd84f49f9bcd8485281b5e52da081fa4 +easymock.checksum.value=e2f62d08abbadc33c22d580c78af440b|eb56bad81c203765f4a5c74aed28142fb0d79354 easymock.home=${base.path}/easymock-${easymock.version} easymock.jar=${easymock.home}/easymock-${easymock.version}.jar easymock.loc=${base-maven.loc}/org/easymock/easymock/${easymock.version}/easymock-${easymock.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2f58fb0372..80943ae3ce 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -193,7 +193,10 @@ (<code>FINEST</code>) level logging. (markt) </fix> <update> - Update Hmacrest to 3.0. (markt) + Update Hamcrest to 3.0. (markt) + </update> + <update> + Update EasyMock to 5.4.0. (markt) </update> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org