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 43d8fdba0 Update activemq-broker, activemq-client to 5.16.8 (#1013)
43d8fdba0 is described below

commit 43d8fdba0772f0adf76a0d59e4b7b2efb3c8864d
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 23 11:03:23 2025 +0100

    Update activemq-broker, activemq-client to 5.16.8 (#1013)
    
    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 9e6167d2c..f09f562db 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -382,8 +382,8 @@ object Dependencies {
     libraryDependencies ++= Seq(
       "javax.jms" % "javax.jms-api" % "2.0.1" % Provided,
       "com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.2.0" % Test,
-      "org.apache.activemq" % "activemq-broker" % "5.16.7" % Test,
-      "org.apache.activemq" % "activemq-client" % "5.16.7" % Test,
+      "org.apache.activemq" % "activemq-broker" % "5.16.8" % Test,
+      "org.apache.activemq" % "activemq-client" % "5.16.8" % 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