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 2021/09/11 08:50:28 UTC

[jmeter] branch master updated: Update Groovy to 3.0.9

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 3dc1cd3  Update Groovy to 3.0.9
3dc1cd3 is described below

commit 3dc1cd3e409e1c826333499ee78ca6367fa2055e
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Sep 11 10:49:27 2021 +0200

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

diff --git a/checksum.xml b/checksum.xml
index 3be624b..4eadb24 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -16,6 +16,7 @@
     <trusted-key id='07d3516820bcf6b1' group='com.github.ben-manes.caffeine' />
     <trusted-key id='3c0a8f4744f37328' group='com.github.ben-manes.caffeine' />
     <trusted-key id='379ce192d401ab61' group='com.github.javaparser' />
+    <trusted-key id='431b8f80403a7dc1' group='com.github.javaparser' />
     <trusted-key id='8ea48d105232855d' group='com.github.jknack' />
     <trusted-key id='218fa0f6a941a037' group='com.github.kevinstern' />
     <trusted-key id='461a804f2609fd89' group='com.github.shyiko.klob' />
@@ -106,13 +107,13 @@
     <trusted-key id='ddbcc1270a29d081' group='org.apache.ant' />
     <trusted-key id='86fdc7e2a11262cb' group='org.apache.bcel' />
     <trusted-key id='3faad2cd5ecbb314' group='org.apache.commons' />
+    <trusted-key id='4e066e0459cd109b' group='org.apache.commons' />
     <trusted-key id='64a16faaec16a4be' group='org.apache.commons' />
     <trusted-key id='7a8860944fad5f62' group='org.apache.commons' />
     <trusted-key id='86fdc7e2a11262cb' group='org.apache.commons' />
     <trusted-key id='9daadc1c9fcc82d0' group='org.apache.commons' />
     <trusted-key id='a2115ae15f6b8b72' group='org.apache.commons' />
     <trusted-key id='f513c419e4b9d0ac' group='org.apache.commons' />
-    <trusted-key id='4e066e0459cd109b' group='org.apache.commons' />
     <trusted-key id='31474e5e7c6b7034' group='org.apache.ftpserver' />
     <trusted-key id='cbaebe39a46c4ca1' group='org.apache.geronimo.specs' />
     <trusted-key id='ecdfea3cb4493b94' group='org.apache.geronimo.specs' />
diff --git a/gradle.properties b/gradle.properties
index eee9fd9..e2ea1af 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -84,7 +84,7 @@ freemarker.version=2.3.31
 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.8
+groovy.version=3.0.9
 hamcrest.version=2.2
 hamcrest-date.version=2.0.7
 hsqldb.version=2.5.2
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d9aca2d..3e8ec6e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -140,7 +140,7 @@ Summary
   <li><pr>656</pr><pr>668</pr>Updated json-smart to 2.4.7 (from 2.3), accessors-smart to 2.4.7 (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.8 (from 3.0.7).</li>
+  <li>Updated Groovy to 3.0.9 (from 3.0.7).</li>
   <li>Updated Darklaf to 2.7.2 (from 2.5.4).</li>
   <li>Updated Apache ActiveMQ to 15.6.2 (from 15.6.0).</li>
   <li>Updated Asm to 9.2 (from 9.1).</li>