From c517d1ab5c3c5f84d48d1a66cc20b71ec2388f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:45:43 +0000 Subject: [PATCH] Bump org.apache.activemq:activemq-client from 5.16.4 to 5.16.7 Bumps [org.apache.activemq:activemq-client](https://github.com/apache/activemq) from 5.16.4 to 5.16.7. - [Commits](https://github.com/apache/activemq/compare/activemq-5.16.4...activemq-5.16.7) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4ebc9e79..a2f5c898c 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'net.logstash.logback:logstash-logback-encoder:7.0.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.2' implementation 'org.apache.activemq:activemq-broker:5.16.4' - implementation 'org.apache.activemq:activemq-client:5.16.4' + implementation 'org.apache.activemq:activemq-client:5.16.7' implementation 'com.sun.mail:javax.mail:1.6.2' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3'