From 9260bc4435c4dc9200a79581f4be887b49b6a1b8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 25 Feb 2025 21:52:33 +0100 Subject: [PATCH] amqp-client 5.25.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 55d3607..86733e8 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,