From 8ced1bcf26090d170e18fd84971d8cdcf64defd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:22:02 +0000 Subject: [PATCH] Bump org.apache.activemq:activemq-client in /modules/activemq Bumps [org.apache.activemq:activemq-client](https://github.com/apache/activemq) from 6.1.7 to 6.1.8. - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.7...activemq-6.1.8) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-client dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/activemq/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/activemq/build.gradle b/modules/activemq/build.gradle index f0ad74ba76b..b0f1c6998a1 100644 --- a/modules/activemq/build.gradle +++ b/modules/activemq/build.gradle @@ -3,6 +3,6 @@ description = "Testcontainers :: ActiveMQ" dependencies { api project(':testcontainers') - testImplementation "org.apache.activemq:activemq-client:6.1.7" + testImplementation "org.apache.activemq:activemq-client:6.1.8" testImplementation "org.apache.activemq:artemis-jakarta-client:2.42.0" }