From 1a9a353a2ea1f412df794809ea576b3605f74400 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 17:05:29 +0000 Subject: [PATCH] Update activemq-broker, activemq-pool to 5.18.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48422380..92fd357a 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( ) val Versions = new { - val ActiveMq = "5.18.3" + val ActiveMq = "5.18.6" val CatsEffect = "3.5.2" val Circe = "0.14.6" val Fs2 = "3.9.3"