This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 5ed280c Updated hamcrest to 2.2 (from 2.1)
5ed280c is described below
commit 5ed280ce64560637e266a3d8e9fb6f19f7fd8270
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Feb 16 21:16:12 2020 +0100
Updated hamcrest to 2.2 (from 2.1)
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 8dce8c7..6fefa72 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -75,7 +75,7 @@ ftplet-api.version=1.1.1
ftpserver-core.version=1.1.1
geronimo-jms_1.1_spec.version=1.1.1
groovy-all.version=2.4.18
-hamcrest.version=2.1
+hamcrest.version=2.2
hamcrest-date.version=2.0.4
hsqldb.version=2.5.0
httpasyncclient.version=4.1.4
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index c859e02..8b8816e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -135,6 +135,7 @@ to view the last release notes of version 5.2.1.
<li>Updated equalsverifier to 3.1.9 (from 3.1.12)</li>
<li>Updated Apache Groovy to 2.4.18 (from 2.4.16)</li>
<li>Updated hsqldb to 2.5.0 (from 2.4.1)</li>
+ <li>Updated hamcrest to 2.2 (from 2.1)</li>
</ul>
<!-- =================== Bug fixes =================== -->