This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c6cacb507 fix(deps): update org.apache.activemq to v5.16.7
3c6cacb507 is described below

commit 3c6cacb507cddfe4c337213f364f2b5730d6b5d1
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 13:01:54 2023 +0000

    fix(deps): update org.apache.activemq to v5.16.7
---
 src/bom-testing/build.gradle.kts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 511cf2f841..ea08f4829f 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -42,9 +42,9 @@ dependencies {
         api("net.bytebuddy:byte-buddy:1.14.10")
         api("nl.jqno.equalsverifier:equalsverifier:3.14.3")
         // activemq-all should not be used as it provides secondary slf4j 
binding
-        api("org.apache.activemq:activemq-broker:5.16.6")
-        api("org.apache.activemq:activemq-client:5.16.6")
-        api("org.apache.activemq:activemq-spring:5.16.6")
+        api("org.apache.activemq:activemq-broker:5.16.7")
+        api("org.apache.activemq:activemq-client:5.16.7")
+        api("org.apache.activemq:activemq-spring:5.16.7")
         api("org.apache.ftpserver:ftplet-api:1.2.0")
         api("org.apache.ftpserver:ftpserver-core:1.2.0")
         api("org.apache.mina:mina-core:2.2.2")

Reply via email to