This is an automated email from the ASF dual-hosted git repository.

Philippus 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 68ad30b8f Update amqp-client to 5.34.0 (#1770)
68ad30b8f is described below

commit 68ad30b8f0f24cae8492a0e80ea47297e4b07daa
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jul 10 20:23:16 2026 +0200

    Update amqp-client to 5.34.0 (#1770)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 42542f310..32686e402 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -110,7 +110,7 @@ object Dependencies {
 
   val Amqp = Seq(
     libraryDependencies ++= Seq(
-      "com.rabbitmq" % "amqp-client" % "5.33.1",
+      "com.rabbitmq" % "amqp-client" % "5.34.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]

Reply via email to