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 4374423ac Update amqp-client to 5.35.0 (#1849)
4374423ac is described below
commit 4374423acaa2ba02e0cc774c6d4c20b4500afd83
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 21 16:34:16 2026 +0200
Update amqp-client to 5.35.0 (#1849)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 331d29416..54d8da48e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -111,7 +111,7 @@ object Dependencies {
val Amqp = Seq(
libraryDependencies ++= Seq(
- "com.rabbitmq" % "amqp-client" % "5.34.0",
+ "com.rabbitmq" % "amqp-client" % "5.35.0",
"org.junit.jupiter" % "junit-jupiter-params" %
JupiterKeys.junitJupiterVersion.value % Test,
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test) ++ Mockito)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]