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 7ab5932f5fb8f07e695ea5ff06026cc7e8cd0e3f Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 13:42:37 2021 +0200 Update Apache ActiveMQ to 15.6.2 --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7c38a39..7c3f44b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -52,7 +52,7 @@ org.sonarqube.version=3.0 # Dependencies accessors-smart.version=2.4.7 -activemq.version=5.16.0 +activemq.version=5.16.2 apache-rat.version=0.13 apiguardian-api.version=1.1.0 asm.version=9.1 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 68cc7f9..f09561c 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -140,6 +140,7 @@ Summary <li><bug>65232</bug>Hide splash screen when an error is displayed because the test plan could not be parsed.</li> <li>Updated Groovy to 3.0.8 (from 3.0.7).</li> <li>Updated Darklaf to 2.7.2 (from 2.5.4).</li> + <li>Updated Apache ActiveMQ to 15.6.2 (from 15.6.0).</li> </ul> <!-- =================== Bug fixes =================== -->
