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 62b68d07b Update amqp-client to 5.33.0 (#1738)
62b68d07b is described below

commit 62b68d07bfa0f51d7cf385c8d89ed2b86ae70d5c
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 1 11:57:51 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8e8f6401c..dfe912009 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -109,7 +109,7 @@ object Dependencies {
 
   val Amqp = Seq(
     libraryDependencies ++= Seq(
-      "com.rabbitmq" % "amqp-client" % "5.32.0",
+      "com.rabbitmq" % "amqp-client" % "5.33.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