This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 2272ffca3 Update amqp-client to 5.30.0 (#1577)
2272ffca3 is described below
commit 2272ffca37ca4f6e0433756ccac2da1e15d5b541
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 15 18:00:52 2026 +0200
Update amqp-client to 5.30.0 (#1577)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 828d1dcf2..0bd0bbd58 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.29.0",
+ "com.rabbitmq" % "amqp-client" % "5.30.0",
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test) ++ Mockito)
val AwsSpiPekkoHttp = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]