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 531242e8d Update activemq-broker, activemq-client to 5.19.1 (#1243)
531242e8d is described below
commit 531242e8da7319025f5e9ba24f037ff823c33fe7
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 22:14:52 2025 +0200
Update activemq-broker, activemq-client to 5.19.1 (#1243)
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 7ec172367..6016e63a1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -363,8 +363,8 @@ object Dependencies {
libraryDependencies ++= Seq(
"javax.jms" % "javax.jms-api" % "2.0.1" % Provided,
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.3.1" % Test,
- "org.apache.activemq" % "activemq-broker" % "5.19.0" % Test,
- "org.apache.activemq" % "activemq-client" % "5.19.0" % 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,
"com.github.pjfanning" % "jmswrapper" % "0.1.0" % Test) ++ Mockito)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]