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)