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 c56b19476 Update com.ibm.mq.allclient to 9.4.0.0 (#702)
c56b19476 is described below
commit c56b1947683e0c44c05c6e610c90f2c41fd93535
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 23 10:13:15 2024 +0100
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,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]