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 98e91e576 Update com.ibm.mq.allclient to 9.3.5.1 (#634)
98e91e576 is described below
commit 98e91e5761c5a0faa5db69de230230cce55ef562
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 28 10:20:30 2024 +0200
Update com.ibm.mq.allclient to 9.3.5.1 (#634)
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 84d790ea6..722d5e0b3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -341,7 +341,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.0" % Test,
+ "com.ibm.mq" % "com.ibm.mq.allclient" % "9.3.5.1" % 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]