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 <felix.schumacher@internetallee.de>
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.</p>
<li><pr>613</pr>Add documentation for Darklaf properties. Jannis Weis</li>
<li>Update SpotBugs to 4.1.2 (from 4.1.1), upgrade spotbugs-gradle-plugin to 4.5.0
(from 2.0.0)</li>
<li>Update org.sonarqube Gradle plugin to 3.0 (from 2.7.1)</li>
+ <li>Update Apache ActiveMQ to 5.16.0 (from 5.15.11)</li>
</ul>
<!-- =================== Bug fixes =================== -->
|