Skip to content

Commit

Permalink
Update com.ibm.mq.allclient, ... to 9.4.1.1 (#930)
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 Dec 22, 2024
1 parent 0abf18c commit 5f8b594
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 @@ -371,7 +371,7 @@ object Dependencies {
Seq(
libraryDependencies ++= Seq(
"jakarta.jms" % "jakarta.jms-api" % "3.0.0" % Provided,
"com.ibm.mq" % "com.ibm.mq.jakarta.client" % "9.4.1.0" % Test,
"com.ibm.mq" % "com.ibm.mq.jakarta.client" % "9.4.1.1" % Test,
"org.apache.activemq" % "artemis-server" % artemisVersion % Test,
"org.apache.activemq" % "artemis-jakarta-client" % artemisVersion % Test,
"org.apache.activemq" % "artemis-junit" % artemisVersion % Test,
Expand All @@ -381,7 +381,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.4.1.0" % Test,
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.1.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 5f8b594

Please sign in to comment.