You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2020/12/12 17:31:01 UTC

[jmeter] branch master updated: Updated groovy to 3.0.7 (from 3.0.5

This is an automated email from the ASF dual-hosted git repository.

pmouawad 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 92d6444  Updated groovy to 3.0.7 (from 3.0.5
92d6444 is described below

commit 92d6444e079548398ccdf8e9ae34913e2dc0d68f
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sat Dec 12 18:30:42 2020 +0100

    Updated groovy to 3.0.7 (from 3.0.5
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index b5b1331..e93db59 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -83,7 +83,7 @@ freemarker.version=2.3.30
 ftplet-api.version=1.1.1
 ftpserver-core.version=1.1.1
 geronimo-jms_1.1_spec.version=1.1.1
-groovy.version=3.0.5
+groovy.version=3.0.7
 hamcrest.version=2.2
 hamcrest-date.version=2.0.7
 hsqldb.version=2.5.0
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index f8981d9..5716963 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -127,6 +127,7 @@ Summary
     <li>Updated ph-commons to 9.5.1 (from 9.4.1)</li>
     <li>Updated ph-css to 6.2.3 (from 6.2.1)</li>
     <li>Updated dnsjava to 3.3.1 (from 2.1.9)</li>
+    <li>Updated groovy to 3.0.7 (from 3.0.5)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->