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
commit 868cc4601e72b74e913cb8f43ffcd72c625c6f2d Author: Felix Schumacher <[email protected]> AuthorDate: Sun Feb 16 20:53:52 2020 +0100 Updated Apache Groovy to 2.4.18 (from 2.4.16) --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b39b36f..50ebd74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -74,7 +74,7 @@ freemarker.version=2.3.29 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.16 +groovy-all.version=2.4.18 hamcrest.version=2.1 hamcrest-date.version=2.0.4 hsqldb.version=2.4.1 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 200f8c7..af2d294 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -133,6 +133,7 @@ to view the last release notes of version 5.2.1. <li>Updated Apache commons-codec to 1.14 (from 1.13)</li> <li>Updated Apache commons-pool to 2.8.0 (from 2.7.0)</li> <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> </ul> <!-- =================== Bug fixes =================== -->
