Update com.ibm.mq.allclient, ... to 9.4.0.5 (#787)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index dcadbc1..51fe9ab 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -367,7 +367,7 @@
     Seq(
       libraryDependencies ++= Seq(
         "jakarta.jms" % "jakarta.jms-api" % "3.0.0" % Provided,
-        "com.ibm.mq" % "com.ibm.mq.jakarta.client" % "9.4.0.0" % Test,
+        "com.ibm.mq" % "com.ibm.mq.jakarta.client" % "9.4.0.5" % Test,
         "org.apache.activemq" % "artemis-server" % artemisVersion % Test,
         "org.apache.activemq" % "artemis-jakarta-client" % artemisVersion % Test,
         "org.apache.activemq" % "artemis-junit" % artemisVersion % Test,
@@ -377,7 +377,7 @@
   val Jms = Seq(
     libraryDependencies ++= Seq(
       "javax.jms" % "javax.jms-api" % "2.0.1" % Provided,
-      "com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.0.0" % Test,
+      "com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.0.5" % 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,