From commits-return-10746-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Aug 30 10:05:10 2020
Return-Path:
X-Original-To: apmail-jmeter-commits-archive@locus.apache.org
Delivered-To: apmail-jmeter-commits-archive@locus.apache.org
Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255])
by minotaur.apache.org (Postfix) with ESMTP id 7CABF1AE82
for ; Sun, 30 Aug 2020 10:05:10 +0000 (UTC)
Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153])
by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id D7DD64182E
for ; Sun, 30 Aug 2020 10:05:08 +0000 (UTC)
Received: (qmail 39078 invoked by uid 500); 30 Aug 2020 10:05:08 -0000
Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org
Received: (qmail 39006 invoked by uid 500); 30 Aug 2020 10:05:08 -0000
Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm
Precedence: bulk
List-Help:
List-Unsubscribe:
List-Post:
List-Id:
Reply-To: dev@jmeter.apache.org
Delivered-To: mailing list commits@jmeter.apache.org
Received: (qmail 38800 invoked by uid 99); 30 Aug 2020 10:05:08 -0000
Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70)
by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Aug 2020 10:05:08 +0000
Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33)
id AD8E980914; Sun, 30 Aug 2020 10:05:07 +0000 (UTC)
Date: Sun, 30 Aug 2020 10:05:11 +0000
To: "commits@jmeter.apache.org"
Subject: [jmeter] 04/11: Update Apache commons-lang3 to 3.11
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
From: fschumacher@apache.org
In-Reply-To: <159878190746.2225.4040134708862039118@gitbox.apache.org>
References: <159878190746.2225.4040134708862039118@gitbox.apache.org>
X-Git-Host: gitbox.apache.org
X-Git-Repo: jmeter
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Rev: 19ff94a0a791b63145db422d41c5da02fe8d42fc
X-Git-NotificationType: diff
X-Git-Multimail-Version: 1.5.dev
Auto-Submitted: auto-generated
Message-Id: <20200830100507.AD8E980914@gitbox.apache.org>
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
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.
Update Apache ActiveMQ to 5.16.0 (from 5.15.11)
Update Bouncycastle to 1.66 (from 1.64)
Update Apache commons-io to 2.7 (from 2.6)
+ Update Apache commons-lang3 to 3.11 (from 3.10)