We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ed73a commit c7c1a01Copy full SHA for c7c1a01
project/Dependencies.scala
@@ -77,7 +77,7 @@ object Dependencies {
77
78
val Amqp = Seq(
79
libraryDependencies ++= Seq(
80
- "com.rabbitmq" % "amqp-client" % "5.18.0" // APLv2
+ "com.rabbitmq" % "amqp-client" % "5.20.0" // APLv2
81
) ++ Mockito
82
)
83
0 commit comments