Skip to content

Commit

Permalink
bump: activemq-broker, activemq-client 5.18.5 (was 5.16.7) (#3241)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 1bc75a6 commit 847fafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,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.18.5" % Test, // ApacheV2
"org.apache.activemq" % "activemq-client" % "5.18.5" % 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
Expand Down

0 comments on commit 847fafb

Please sign in to comment.