From 39ee25a1536eb99a3d3940355210d2862f738031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:33:44 +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.2.0 to 6.2.1. - [Commits](https://github.com/apache/activemq/compare/activemq-6.2.0...activemq-6.2.1) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-client dependency-version: 6.2.1 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 41b81baa2c8..8c2da1a1ed8 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.2.0" + testImplementation "org.apache.activemq:activemq-client:6.2.1" testImplementation "org.apache.activemq:artemis-jakarta-client:2.44.0" }