Skip to content

Commit

Permalink
Update amqp-client to 5.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Nov 24, 2024
1 parent 04c8e1c commit c97f1ba
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.22.0",
"com.rabbitmq" % "amqp-client" % "5.23.0",
"org.scalatestplus" %% scalaTestScalaCheckArtifact % scalaTestScalaCheckVersion % Test) ++ Mockito)

val AwsSpiPekkoHttp = Seq(
Expand Down

0 comments on commit c97f1ba

Please sign in to comment.