This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/amqp-client-5.25.0
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit b224992c6031ac0b383f356a11416e32db4d1c94
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 9 02:31:12 2025 +0000
Update amqp-client to 5.25.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1e4b2187e..8781662f3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -126,7 +126,7 @@ object Dependencies {
val Amqp = Seq(
libraryDependencies ++= Seq(
- "com.rabbitmq" % "amqp-client" % "5.24.0",
+ "com.rabbitmq" % "amqp-client" % "5.25.0",
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test) ++ Mockito)
val AwsSpiPekkoHttp = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]