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 2020/08/30 10:05:11 UTC

[jmeter] 04/11: Update Apache commons-lang3 to 3.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

commit 19ff94a0a791b63145db422d41c5da02fe8d42fc
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Aug 30 11:20:08 2020 +0200

    Update Apache commons-lang3 to 3.11
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 6bfd739..dbf4fc3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -66,7 +66,7 @@ commons-io.version=2.7
 commons-jexl.version=2.1.1
 commons-jexl3.version=3.1
 commons-lang.version=2.6
-commons-lang3.version=3.10
+commons-lang3.version=3.11
 commons-math3.version=3.6.1
 commons-net.version=3.6
 commons-pool2.version=2.8.0
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index fe88f1b..71bab81 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -141,6 +141,7 @@ applications when JMeter is starting up.</p>
     <li>Update Apache ActiveMQ to 5.16.0 (from 5.15.11)</li>
     <li>Update Bouncycastle to 1.66 (from 1.64)</li>
     <li>Update Apache commons-io to 2.7 (from 2.6)</li>
+    <li>Update Apache commons-lang3 to 3.11 (from 3.10)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->