Skip to content

Commit

Permalink
Update amqp-client to 5.24.0 (#925)
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] authored Dec 15, 2024
1 parent 38be5fc commit 9df9f0b
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 @@ -126,7 +126,7 @@ object Dependencies {

val Amqp = Seq(
libraryDependencies ++= Seq(
"com.rabbitmq" % "amqp-client" % "5.23.0",
"com.rabbitmq" % "amqp-client" % "5.24.0",
"org.scalatestplus" %% scalaTestScalaCheckArtifact % scalaTestScalaCheckVersion % Test) ++ Mockito)

val AwsSpiPekkoHttp = Seq(
Expand Down

0 comments on commit 9df9f0b

Please sign in to comment.