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 76fb6604e Update activemq-broker, activemq-client to 5.19.3 (#1521)
76fb6604e is described below

commit 76fb6604ec1f2da4079f2f04a246543a5d31db99
Author: Scala Steward <[email protected]>
AuthorDate: Tue Mar 24 19:16:53 2026 +0100

    Update activemq-broker, activemq-client to 5.19.3 (#1521)
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 240fa92fe..d619fb8e0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -362,8 +362,8 @@ object Dependencies {
     libraryDependencies ++= Seq(
       "javax.jms" % "javax.jms-api" % "2.0.1" % Provided,
       "com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.5.0" % Test,
-      "org.apache.activemq" % "activemq-broker" % "5.19.2" % Test,
-      "org.apache.activemq" % "activemq-client" % "5.19.2" % Test,
+      "org.apache.activemq" % "activemq-broker" % "5.19.3" % Test,
+      "org.apache.activemq" % "activemq-client" % "5.19.3" % 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]

Reply via email to