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

raboof 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 129107e58 Update amazon-kinesis-client to 3.5.1 (#1789)
129107e58 is described below

commit 129107e5878bf215ff644da29d4d58f4c2fee435
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 22 17:55:33 2026 +0200

    Update amazon-kinesis-client to 3.5.1 (#1789)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 27c968f88..b30f0d62e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -383,7 +383,7 @@ object Dependencies {
       "org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
       "software.amazon.awssdk" % "kinesis" % AwsSdk2Version,
       "software.amazon.awssdk" % "firehose" % AwsSdk2Version,
-      "software.amazon.kinesis" % "amazon-kinesis-client" % "3.5.0").map(
+      "software.amazon.kinesis" % "amazon-kinesis-client" % "3.5.1").map(
       _.excludeAll(
         ExclusionRule("software.amazon.awssdk", "apache-client"),
         ExclusionRule("software.amazon.awssdk", "netty-nio-client"))) ++ Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to