From a6e853ea31b9449631812989e1df6186886bbbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 06:03:13 +0000 Subject: [PATCH] Bump org.apache.activemq:activemq-broker from 5.18.1 to 5.18.2 Bumps [org.apache.activemq:activemq-broker](https://github.com/apache/activemq) from 5.18.1 to 5.18.2. - [Commits](https://github.com/apache/activemq/compare/activemq-5.18.1...activemq-5.18.2) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-broker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index f5a48dd7446..aa1f39fb781 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -26,7 +26,7 @@ final Map 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:5.18.1', + activeMQ : 'org.apache.activemq:activemq-broker:5.18.2', angusActivation : 'org.eclipse.angus:angus-activation:2.0.0', // Compatibility with JAXB and Angus Mail required angusMailSmtp : 'org.eclipse.angus:smtp:2.0.1', apacheAnt : 'org.apache.ant:ant:1.10.13',