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 cd2f8fa74 Update amqp-client to 5.32.0 (#1693)
cd2f8fa74 is described below
commit cd2f8fa74bf48e06c4f634e9ed76eab73e1ea5b0
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jun 18 17:56:32 2026 +0200
Update amqp-client to 5.32.0 (#1693)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8ce5cb0bf..39e3eca82 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.31.0",
+ "com.rabbitmq" % "amqp-client" % "5.32.0",
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test) ++ Mockito)
val AwsSpiPekkoHttp = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]