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

engelen 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 2810130de Update activemq-broker, activemq-client to 5.19.2 (#1425)
2810130de is described below

commit 2810130dea5d482fe181bca66a8814c1699ee9ce
Author: Scala Steward <[email protected]>
AuthorDate: Sun Feb 15 10:05:55 2026 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8d13ed520..6b3043df9 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.1" % Test,
-      "org.apache.activemq" % "activemq-client" % "5.19.1" % Test,
+      "org.apache.activemq" % "activemq-broker" % "5.19.2" % Test,
+      "org.apache.activemq" % "activemq-client" % "5.19.2" % 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