This is an automated email from the ASF dual-hosted git repository.

Philippus 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 b80f1e015 Update activemq-broker, activemq-client to 5.19.6 (#1596)
b80f1e015 is described below

commit b80f1e01523ccf91deda3fff1f5d065b3d15e8b7
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 25 17:28:28 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 03d5005a3..b7cb9d04b 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.5.0" % Test,
-      "org.apache.activemq" % "activemq-broker" % "5.19.5" % Test,
-      "org.apache.activemq" % "activemq-client" % "5.19.5" % Test,
+      "org.apache.activemq" % "activemq-broker" % "5.19.6" % Test,
+      "org.apache.activemq" % "activemq-client" % "5.19.6" % 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