From 60555517e576631a491d7a55eff45170849d2144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:13:23 +0000 Subject: [PATCH] build(deps): bump org.apache.activemq:activemq-broker Bumps [org.apache.activemq:activemq-broker](https://github.com/apache/activemq) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/apache/activemq/releases) - [Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-broker dependency-version: 6.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f5de64a447..1b4a57af6c9 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ def libraries = [ // // DO NOT interpolate version variables here because Dependabot is not smart enough to understand those. Dependabot's // version parsing is simply regex matching and never actually evaluates a gradle script. - activeMQ : 'org.apache.activemq:activemq-broker:6.2.6', + activeMQ : 'org.apache.activemq:activemq-broker:6.2.7', angusMailSmtp : 'org.eclipse.angus:smtp:2.0.5', apacheAnt : 'org.apache.ant:ant:1.10.17', apacheHttpComponents: 'org.apache.httpcomponents:httpclient:4.5.14',