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 d06fc43e67 chore(deps): bump org.apache.activemq:activemq-client
d06fc43e67 is described below
commit d06fc43e6786cdab994f658682a0c830ee8a89ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 10 21:14:04 2025 +0000
chore(deps): bump org.apache.activemq:activemq-client
Bumps
[org.apache.activemq:activemq-client](https://github.com/apache/activemq) from
5.16.7 to 5.16.8.
-
[Commits](https://github.com/apache/activemq/compare/activemq-5.16.7...activemq-5.16.8)
---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-client
dependency-version: 5.16.8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 4301a662c6..60ca1e6e87 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.11")
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
// activemq-all should not be used as it provides secondary slf4j
binding
- 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.activemq:activemq-broker:5.16.8")
+ api("org.apache.activemq:activemq-client:5.16.8")
+ api("org.apache.activemq:activemq-spring:5.16.8")
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.3")