From 51be1c5c030292ac1fd4f8a18ea72b04bea7f0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:41:11 +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.2.0. - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.7...activemq-6.2.0) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-client dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..27dfcf3b852 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.2.0" testImplementation "org.apache.activemq:artemis-jakarta-client:2.42.0" }