From c56b1947683e0c44c05c6e610c90f2c41fd93535 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 10:13:15 +0100 Subject: [PATCH] Update com.ibm.mq.allclient to 9.4.0.0 (#702) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a532ae4a5..c8249c7eb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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,