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

pjfanning 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 a4b303eb5 Update com.ibm.mq.allclient, ... to 10.0.0.0 (#1687)
a4b303eb5 is described below

commit a4b303eb5018538b21cf1969178b5c484c2019d5
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jun 16 16:48:08 2026 +0200

    Update com.ibm.mq.allclient, ... to 10.0.0.0 (#1687)
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 913900b95..2a5d6ec40 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -352,7 +352,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.5.1" % Test,
+        "com.ibm.mq" % "com.ibm.mq.jakarta.client" % "10.0.0.0" % Test,
         "org.apache.activemq" % "artemis-server" % artemisVersion % Test,
         "org.apache.activemq" % "artemis-jakarta-client" % artemisVersion % 
Test,
         "org.apache.activemq" % "artemis-junit" % artemisVersion % Test,
@@ -362,7 +362,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.5.1" % Test,
+      "com.ibm.mq" % "com.ibm.mq.allclient" % "10.0.0.0" % Test,
       "org.apache.activemq" % "activemq-broker" % "5.19.7" % Test,
       "org.apache.activemq" % "activemq-client" % "5.19.7" % 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