Skip to content

Commit

Permalink
Update com.ibm.mq.allclient to 9.4.0.0 (#702)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Jun 23, 2024
1 parent 8286eb3 commit c56b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ object Dependencies {
val Jms = Seq(
libraryDependencies ++= Seq(
"javax.jms" % "javax.jms-api" % "2.0.1" % Provided,
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.3.5.1" % Test,
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.0.0" % Test,
"org.apache.activemq" % "activemq-broker" % "5.16.7" % Test,
"org.apache.activemq" % "activemq-client" % "5.16.7" % Test,
"io.github.sullis" %% "jms-testkit" % "1.0.4" % Test,
Expand Down

0 comments on commit c56b194

Please sign in to comment.