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 2019/09/29 19:57:19 UTC

[jmeter] branch master updated: Updated to commons-lang3 3.9 (from 3.8.1)

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 6ef0740  Updated to commons-lang3 3.9 (from 3.8.1)
6ef0740 is described below

commit 6ef07405e5221ce6d9d485f3d020ad627faf1271
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Sep 29 21:57:07 2019 +0200

    Updated to commons-lang3 3.9 (from 3.8.1)
---
 gradle.properties | 2 +-
 lib/aareadme.txt  | 4 ++--
 xdocs/changes.xml | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 391ae2e..22f5ce2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -45,7 +45,7 @@ commons-io.version=2.6
 commons-jexl.version=2.1.1
 commons-jexl3.version=3.1
 commons-lang.version=2.6
-commons-lang3.version=3.8.1
+commons-lang3.version=3.9
 commons-math3.version=3.6.1
 commons-net.version=3.6
 commons-pool2.version=2.6.0
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 9eaca64..26e0907 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -13,7 +13,7 @@ Which jars are used by which modules?
 ====================================
 [not exhaustive]
 
-asm-7.0 (org.ow2.asm)
+asm-7.1 (org.ow2.asm)
 ----------------------
 - JSON Path extractor
 
@@ -67,7 +67,7 @@ commons-lang-2.6
 http://commons.apache.org/downloads/download_lang.cgi
 - velocity (Anakia)
 
-commons-lang3-3.8.1
+commons-lang3-3.9
 ----------------
 http://commons.apache.org/downloads/download_lang.cgi
 - URLCollection (unescapeXml)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index aebecde..ba1e415 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -137,6 +137,7 @@ to view the last release notes of version 5.1.1.
     <li>Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)</li>
     <li>Updated to caffeine 2.8.0 (from 2.6.2)</li>
     <li>Updated to commons-codec 1.13 (from 1.11)</li>
+    <li>Updated to commons-lang3 3.9 (from 3.8.1)</li>
     <li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is misleading, same for Script</li>
     <li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all command line options that are valid in JMeter use case. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>