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 58bf600 Updated Groovy to 3.0.5 (from 3.0.3)
58bf600 is described below
commit 58bf600130feb646291fbc3e228a8f97c8220773
Author: pmouawad <[email protected]>
AuthorDate: Wed Aug 5 21:56:15 2020 +0200
Updated Groovy to 3.0.5 (from 3.0.3)
---
gradle.properties | 3 ++-
xdocs/changes.xml | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 2be785c..3742573 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -68,6 +68,7 @@ commons-net.version=3.6
commons-pool2.version=2.8.0
commons-text.version=1.8
darklaf.version=2.4.1
+#darklaf.version=latest.integration
dec.version=0.1.2
dnsjava.version=2.1.9
equalsverifier.version=3.1.13
@@ -75,7 +76,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.3
+groovy.version=3.0.5
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 d51c0aa..6d13466 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -122,6 +122,7 @@ Summary
<li><bug>64440</bug>Log exeptions reported via
<code>JMeterUtils#reportToUser</code> even when in GUI mode</li>
<li><pr>591</pr>Remove deprecated sudo flag from travis file. Deng Liming
(liming.d.pro at gmail.com)</li>
<li>Updated Darklaf to 2.4.1 (from 2.1.1)</li>
+ <li>Updated Groovy to 3.0.5 (from 3.0.3)</li>
<li><pr>596</pr>Use neutral words in documentation</li>
<li><bug>63809</bug><pr>557</pr>Updated commons-collections to 4.4 (from
3.2.2) while keeping the jars for the old commons-collections 3.x for
compatibility</li>
<li><pr>598</pr>Add another option for creating diffs to the building
page. Contributed by jmetertea (github.com/jmetertea)</li>