This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new e73c4e0b3 Update amqp-client to 5.31.0 (#1646)
e73c4e0b3 is described below
commit e73c4e0b3e039e373392d801987b5b47dcb0ca02
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 29 16:16:07 2026 +0200
Update amqp-client to 5.31.0 (#1646)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f22c41565..7523606d3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -106,7 +106,7 @@ object Dependencies {
val Amqp = Seq(
libraryDependencies ++= Seq(
- "com.rabbitmq" % "amqp-client" % "5.30.0",
+ "com.rabbitmq" % "amqp-client" % "5.31.0",
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test) ++ Mockito)
val AwsSpiPekkoHttp = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]