This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 09b25679b4 Update EasyMock to 5.6.0 09b25679b4 is described below commit 09b25679b4ae4be7539c86e5572045d508ec4652 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 4 11:54:29 2025 +0100 Update EasyMock to 5.6.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 b8b0a2a80f..0ebd0f7b80 100644 --- a/build.properties.default +++ b/build.properties.default @@ -254,10 +254,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.5.0 +easymock.version=5.6.0 easymock.checksum.enabled=true easymock.checksum.algorithm=MD5|SHA-1 -easymock.checksum.value=f1f7e94f70903b0c37a65dd2a011e31a|b07e2bcbc7b6bcae190a18b9ced742b6fd9ceec3 +easymock.checksum.value=2be7351f227b2022faf4230ceb576e0a|f8e15a47aac9838ee36be6c3eddc50bb78a06191 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 272f093871..8213e2d2ba 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -168,6 +168,9 @@ Update the internal fork of Apache Commons FileUpload to abe5d94 (2023-06-03, 1.x-SNAPSHOT). (markt) </update> + <update> + Update EasyMock to 5.6.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