This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit bfcae2be97ae445eeaa1d69dcc38939cca506f9b Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 2 14:53:59 2026 +0100 Update Easymock to 5.7.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 fd084180f5..7934c2ef8f 100644 --- a/build.properties.default +++ b/build.properties.default @@ -231,10 +231,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.6.0 +easymock.version=5.7.0 easymock.checksum.enabled=true easymock.checksum.algorithm=MD5|SHA-1 -easymock.checksum.value=2be7351f227b2022faf4230ceb576e0a|f8e15a47aac9838ee36be6c3eddc50bb78a06191 +easymock.checksum.value=64b422082731e9180c24af344c88bca0|5548371328219126f9e539edd0d6fb7cd429c066 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 1074386d21..094146bac9 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -519,6 +519,9 @@ Update Checkstyle to 13.9.0. (markt) </update> <!-- Entries for backport and removal before 12.0.0-M1 below this line --> + <update> + Update Easymock to 5.7.0. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
