Skip to content

Commit

Permalink
bump: amqp-client 5.24.0 (was 5.21.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 15, 2024
1 parent 12d9f23 commit 277e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object Dependencies {

val Amqp = Seq(
libraryDependencies ++= Seq(
"com.rabbitmq" % "amqp-client" % "5.21.0" // APLv2
"com.rabbitmq" % "amqp-client" % "5.24.0" // APLv2
) ++ Mockito
)

Expand Down

0 comments on commit 277e0e1

Please sign in to comment.