Skip to content

Commit

Permalink
Update amqp-client to 5.16.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 28, 2022
1 parent a8003c7 commit 348aaa7
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 @@ -13,7 +13,7 @@ object Dependencies {
"io.gatling" % "gatling-test-framework",
).map(_ % gatlingVersion % Test)

lazy val rabbitmq = "com.rabbitmq" % "amqp-client" % "5.15.0"
lazy val rabbitmq = "com.rabbitmq" % "amqp-client" % "5.16.0"
lazy val commonsPool = "org.apache.commons" % "commons-pool2" % "2.11.1"
lazy val fastUUID = "com.eatthepath" % "fast-uuid" % "0.2.0"

Expand Down

0 comments on commit 348aaa7

Please sign in to comment.