Skip to content

Commit

Permalink
Update amqp-client to 5.21.0 (#604)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 11, 2024
1 parent ff915ae commit 5f4d303
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 @@ -99,7 +99,7 @@ object Dependencies {

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

val AwsLambda = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 5f4d303

Please sign in to comment.