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 5b65df6c4e Update EasyMock to 5.4.0
5b65df6c4e is described below
commit 5b65df6c4e0ced854dfa59a06904ee3c69caaf57
Author: Mark Thomas <[email protected]>
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 a84f63039d..1447b6bb08 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -245,10 +245,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 c2f400ed5b..e1e9d928b2 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -180,7 +180,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: [email protected]
For additional commands, e-mail: [email protected]