From 36c20095c64ca71cdc3befb84d1a5c42e5d238ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:06:49 +0000 Subject: [PATCH] chore(deps): bump org.apache.activemq:activemq-client Bumps [org.apache.activemq:activemq-client](https://github.com/apache/activemq) from 6.2.7 to 6.3.0. - [Release notes](https://github.com/apache/activemq/releases) - [Commits](https://github.com/apache/activemq/compare/activemq-6.2.7...activemq-6.3.0) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-client dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 11f562b..60888ec 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ dependencies { testImplementation "org.apache.activemq:artemis-jakarta-client:2.55.0" // ActiveMQ Classic client for integration tests and examples (classic ActiveMQ 5.x) - testImplementation "org.apache.activemq:activemq-client:6.2.7" + testImplementation "org.apache.activemq:activemq-client:6.3.0" } /**********************************************************************************************************************\