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 67e776b8a Update amazon-kinesis-client to 3.4.3 (#1604)
67e776b8a is described below
commit 67e776b8a9ee1458fa8aa8fffcb24294f8a34f4d
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 1 17:57:41 2026 +0200
Update amazon-kinesis-client to 3.4.3 (#1604)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3263735fc..59514209a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -377,7 +377,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.4.2").map(
+ "software.amazon.kinesis" % "amazon-kinesis-client" % "3.4.3").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]