This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/activemq-broker-6.1.7
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit d9aa06a58e71cce03cb2e5c0d1cd39e6686787f5
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 14 02:37:41 2025 +0000
Update activemq-broker, activemq-client to 6.1.7
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1222e3840..448772536 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -365,8 +365,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" % "6.1.7" % Test,
+ "org.apache.activemq" % "activemq-client" % "6.1.7" % 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]