This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d326eaf7 Update com.ibm.mq.allclient, ... to 9.4.4.1 (#1335)
8d326eaf7 is described below

commit 8d326eaf7ce992f5c38f8ab24e70a9e0cc0f8c5c
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 21 10:28:30 2025 +0100

    Update com.ibm.mq.allclient, ... to 9.4.4.1 (#1335)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index db727e464..8c62e43d2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -354,7 +354,7 @@ object Dependencies {
     Seq(
       libraryDependencies ++= Seq(
         "jakarta.jms" % "jakarta.jms-api" % "3.1.0" % Provided,
-        "com.ibm.mq" % "com.ibm.mq.jakarta.client" % "9.4.4.0" % Test,
+        "com.ibm.mq" % "com.ibm.mq.jakarta.client" % "9.4.4.1" % Test,
         "org.apache.activemq" % "artemis-server" % artemisVersion % Test,
         "org.apache.activemq" % "artemis-jakarta-client" % artemisVersion % 
Test,
         "org.apache.activemq" % "artemis-junit" % artemisVersion % Test,
@@ -364,7 +364,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.4.0" % Test,
+      "com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.4.1" % Test,
       "org.apache.activemq" % "activemq-broker" % "5.19.1" % Test,
       "org.apache.activemq" % "activemq-client" % "5.19.1" % Test,
       "io.github.sullis" %% "jms-testkit" % "1.0.4" % Test,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to