Skip to content

Commit c7c1a01

Browse files
bump: amqp-client 5.20.0 (was 5.18.0) (#3073)
1 parent 97ed73a commit c7c1a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object Dependencies {
7777

7878
val Amqp = Seq(
7979
libraryDependencies ++= Seq(
80-
"com.rabbitmq" % "amqp-client" % "5.18.0" // APLv2
80+
"com.rabbitmq" % "amqp-client" % "5.20.0" // APLv2
8181
) ++ Mockito
8282
)
8383

0 commit comments

Comments
 (0)