From 16c45c0b9126e2469e26ff4c956e43e63258d129 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 25 Feb 2025 22:15:46 +0100 Subject: [PATCH] amqp-client 5.25.0 (#12) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2c635b7..59bb78d 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val commonSettings = Seq( "com.chuusai" %% "shapeless" % "2.3.12", "com.typesafe" % "config" % "1.4.3", "com.github.pjfanning" %% "pekko-rabbitmq" % "7.0.0", - "com.rabbitmq" % "amqp-client" % "5.21.0", + "com.rabbitmq" % "amqp-client" % "5.25.0", "org.slf4j" % "slf4j-api" % "1.7.36", "com.spingo" %% "scoped-fixtures" % "2.0.0" % Test, "ch.qos.logback" % "logback-classic" % "1.2.13" % Test,