Skip to content

Commit

Permalink
Update com.ibm.mq.allclient to 9.3.5.1 (#634)
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] committed Apr 28, 2024
1 parent 5760d8a commit 98e91e5
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 @@ -341,7 +341,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.0" % Test,
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.3.5.1" % 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 98e91e5

Please sign in to comment.