Skip to content

Commit b171b2b

Browse files
bump: amqp-client 5.25.0 (was 5.21.0) (#3355)
1 parent 6a869fc commit b171b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object Dependencies {
8989

9090
val Amqp = Seq(
9191
libraryDependencies ++= Seq(
92-
"com.rabbitmq" % "amqp-client" % "5.21.0" // APLv2
92+
"com.rabbitmq" % "amqp-client" % "5.25.0" // APLv2
9393
) ++ Mockito
9494
)
9595

0 commit comments

Comments
 (0)