From 9247e20ba7946641537e8ad1ffa867637bdca806 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Mar 2025 14:38:10 +0000 Subject: [PATCH] bump: activemq-broker, activemq-client 5.19.0 (was 5.16.7) --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f7a28fec78..d30870f2d2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -369,8 +369,8 @@ object Dependencies { libraryDependencies ++= Seq( "javax.jms" % "jms" % "1.1" % Provided, // CDDL + GPLv2 "com.ibm.mq" % "com.ibm.mq.allclient" % "9.3.5.1" % Test, // IBM International Program License Agreement https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/maven/licenses/L-APIG-AZYF2E/LI_en.html - "org.apache.activemq" % "activemq-broker" % "5.16.7" % Test, // ApacheV2 - "org.apache.activemq" % "activemq-client" % "5.16.7" % Test, // ApacheV2 + "org.apache.activemq" % "activemq-broker" % "5.19.0" % Test, // ApacheV2 + "org.apache.activemq" % "activemq-client" % "5.19.0" % Test, // ApacheV2 "io.github.sullis" %% "jms-testkit" % "1.0.4" % Test // ApacheV2 ) ++ Mockito, // Having JBoss as a first resolver is a workaround for https://github.com/coursier/coursier/issues/200