From 20cf32fc04cd5299714569efd1c023ded6f8c61e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Aug 2026 13:45:32 +0000 Subject: [PATCH] Update activemq-broker, activemq-client to 5.19.10 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9cbf79400..ad76dcc44 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -380,8 +380,8 @@ object Dependencies { libraryDependencies ++= Seq( "javax.jms" % "javax.jms-api" % "2.0.1" % Provided, "com.ibm.mq" % "com.ibm.mq.allclient" % "10.0.0.0" % Test, - "org.apache.activemq" % "activemq-broker" % "5.19.9" % Test, - "org.apache.activemq" % "activemq-client" % "5.19.9" % Test, + "org.apache.activemq" % "activemq-broker" % "5.19.10" % Test, + "org.apache.activemq" % "activemq-client" % "5.19.10" % Test, "io.github.sullis" %% "jms-testkit" % "1.0.4" % Test, "com.github.pjfanning" % "jmswrapper" % "0.1.0" % Test) ++ Mockito)