Skip to content

Commit

Permalink
bump: amqp-client 5.21.0 (was 5.20.0) (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 847fafb commit 00da6a5
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 @@ -83,7 +83,7 @@ object Dependencies {

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

Expand Down

0 comments on commit 00da6a5

Please sign in to comment.