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 ac0a93985 Update amazon-kinesis-client to 3.4.1 (#1479)
ac0a93985 is described below
commit ac0a939853fff98f51419f7d3d4c227c48fb5045
Author: Scala Steward <[email protected]>
AuthorDate: Wed Mar 4 19:06:49 2026 +0100
Update amazon-kinesis-client to 3.4.1 (#1479)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d0ce2c29b..e5e0e20ca 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -376,7 +376,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.0").map(
+ "software.amazon.kinesis" % "amazon-kinesis-client" % "3.4.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]