This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 327f343bd3a9d53c6db702ea5a32350b318cf56c Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org> AuthorDate: Tue Jun 9 11:33:01 2020 +0300 Update Hamcrest to 2.2 Use hamcrest.jar instead of hamcrest-core.jar (cherry picked from commit c7ecf029e2de4fbb741dce8a5e6109d8010d0421) --- build.properties.default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index 2103bb7..4246436 100644 --- a/build.properties.default +++ b/build.properties.default @@ -213,13 +213,13 @@ 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=1.3 +hamcrest.version=2.2 hamcrest.checksum.enabled=true -hamcrest.checksum.algorithm=MD5|SHA-1 -hamcrest.checksum.value=6393363b47ddcbba82321110c3e07519|42a25dc3219429f0e5d060061f71acb49bf010a0 +hamcrest.checksum.algorithm=SHA-512 +hamcrest.checksum.value=6b1141329b83224f69f074cb913dbff6921d6b8693ede8d2599acb626481255dae63de42eb123cbd5f59a261ac32faae012be64e8e90406ae9215543fbca5546 hamcrest.home=${base.path}/hamcrest-${hamcrest.version} hamcrest.jar=${hamcrest.home}/hamcrest-core-${hamcrest.version}.jar -hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest-core/${hamcrest.version}/hamcrest-core-${hamcrest.version}.jar +hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest/${hamcrest.version}/hamcrest-${hamcrest.version}.jar # ----- EasyMock, version 3.2 or later ----- easymock.version=3.2 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org