Skip to content

Commit 2df3d30

Browse files
bump: activemq-broker, activemq-client 5.16.8 (was 5.16.7) (#3386)
1 parent b171b2b commit 2df3d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ object Dependencies {
369369
libraryDependencies ++= Seq(
370370
"javax.jms" % "jms" % "1.1" % Provided, // CDDL + GPLv2
371371
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.3.0" % 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
372-
"org.apache.activemq" % "activemq-broker" % "5.16.7" % Test, // ApacheV2
373-
"org.apache.activemq" % "activemq-client" % "5.16.7" % Test, // ApacheV2
372+
"org.apache.activemq" % "activemq-broker" % "5.16.8" % Test, // ApacheV2
373+
"org.apache.activemq" % "activemq-client" % "5.16.8" % Test, // ApacheV2
374374
"io.github.sullis" %% "jms-testkit" % "1.0.4" % Test // ApacheV2
375375
) ++ Mockito,
376376
// Having JBoss as a first resolver is a workaround for https://github.com/coursier/coursier/issues/200

0 commit comments

Comments
 (0)