Skip to content

Commit

Permalink
Update amqp-client to 5.17.0 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and github-actions[bot] committed May 18, 2023
1 parent 4869e03 commit 2c9b679
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" % gatlingVersion % "it,test",
)

lazy val rabbitmq = "com.rabbitmq" % "amqp-client" % "5.16.0"
lazy val rabbitmq = "com.rabbitmq" % "amqp-client" % "5.17.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 2c9b679

Please sign in to comment.