From 05ccfb650f95bd3b54f1a1d619922762bd429fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:14:04 +0000 Subject: [PATCH] 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] --- 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 4301a662c6a..60ca1e6e879 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")