Skip to content

Commit

Permalink
AMQP: Update java client to 5.18.0 (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaykatla authored Sep 12, 2023
1 parent b1b4fb0 commit 23b36fc
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 @@ -73,7 +73,7 @@ object Dependencies {

val Amqp = Seq(
libraryDependencies ++= Seq(
"com.rabbitmq" % "amqp-client" % "5.14.2" // APLv2
"com.rabbitmq" % "amqp-client" % "5.18.0" // APLv2
) ++ Mockito
)

Expand Down

0 comments on commit 23b36fc

Please sign in to comment.