From commits-return-10742-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 mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153])
by minotaur.apache.org (Postfix) with ESMTP id DE7661AE7D
for ; Sun, 30 Aug 2020 10:05:08 +0000 (UTC)
Received: from mail.apache.org (localhost [127.0.0.1])
by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 5BBD5123947
for ; Sun, 30 Aug 2020 10:05:08 +0000 (UTC)
Received: (qmail 38877 invoked by uid 500); 30 Aug 2020 10:05:08 -0000
Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org
Received: (qmail 38802 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 38768 invoked by uid 99); 30 Aug 2020 10:05:07 -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:07 +0000
Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33)
id 983FE80902; Sun, 30 Aug 2020 10:05:07 +0000 (UTC)
Date: Sun, 30 Aug 2020 10:05:08 +0000
To: "commits@jmeter.apache.org"
Subject: [jmeter] 01/11: Update Apache ActiveMQ dependencies to 5.16.0
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: ba2c8bac5e5fedc151f6843a32ca31646fccfb28
X-Git-NotificationType: diff
X-Git-Multimail-Version: 1.5.dev
Auto-Submitted: auto-generated
Message-Id: <20200830100507.983FE80902@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 ba2c8bac5e5fedc151f6843a32ca31646fccfb28
Author: Felix Schumacher
AuthorDate: Sun Aug 30 11:01:20 2020 +0200
Update Apache ActiveMQ dependencies to 5.16.0
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 7636b6c..c2a1fd7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -49,7 +49,7 @@ org.sonarqube.version=3.0
# Dependencies
accessors-smart.version=1.2
-activemq.version=5.15.11
+activemq.version=5.16.0
apache-rat.version=0.13
apiguardian-api.version=1.1.0
asm.version=7.3.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 02430a6..2e09e5a 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -138,6 +138,7 @@ applications when JMeter is starting up.
613Add documentation for Darklaf properties. Jannis Weis
Update SpotBugs to 4.1.2 (from 4.1.1), upgrade spotbugs-gradle-plugin to 4.5.0 (from 2.0.0)
Update org.sonarqube Gradle plugin to 3.0 (from 2.7.1)
+ Update Apache ActiveMQ to 5.16.0 (from 5.15.11)