You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/06/04 09:39:56 UTC

[jmeter] branch master updated: Update to Groovy 3.0.11

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 935b682103 Update to Groovy 3.0.11
935b682103 is described below

commit 935b6821036754e5abdf720d8e14e17b6150e681
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Jun 4 11:39:03 2022 +0200

    Update to Groovy 3.0.11
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 2549e977f0..b4ef748aaf 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -89,7 +89,7 @@ freemarker.version=2.3.31
 ftplet-api.version=1.2.0
 ftpserver-core.version=1.2.0
 geronimo-jms_1.1_spec.version=1.1.1
-groovy.version=3.0.10
+groovy.version=3.0.11
 hamcrest.version=2.2
 hamcrest-date.version=2.0.8
 hsqldb.version=2.5.2
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 7da2d1349d..65abb34291 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -168,7 +168,7 @@ however, the profile can't be updated while the test is running.
   <li><pr>656</pr><pr>668</pr>Updated json-smart to 2.4.8 (from 2.3), accessors-smart to 2.4.8 (from 1.2) and asm 9.1 (from 9.0). Contributed by Stefan Seide (stefan at trilobyte-se.de)</li>
   <li><bug>64831</bug>Log truststore entries in debug level for logger <code>org.apache.jmeter.util.keystore.JmeterKeyStore</code></li>
   <li><bug>65232</bug>Hide splash screen when an error is displayed because the test plan could not be parsed.</li>
-  <li>Updated Groovy to 3.0.10 (from 3.0.7).</li>
+  <li>Updated Groovy to 3.0.11 (from 3.0.7).</li>
   <li>Updated Darklaf to 2.7.3 (from 2.5.4).</li>
   <li>Updated Apache ActiveMQ to 15.6.4 (from 15.6.0).</li>
   <li>Updated Asm to 9.2 (from 9.1).</li>