This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/amazon-kinesis-client-2.5.6
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 71e46b62934d637a4cfd981e7ee3208540c1fa88
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 17 02:15:36 2024 +0000
Update amazon-kinesis-client to 2.5.6
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0be9230d1..440030e94 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -330,7 +330,7 @@ object Dependencies {
organization = "org.apache.pekko"))) ++ Seq(
"software.amazon.awssdk" % "kinesis" % AwsSdk2Version,
"software.amazon.awssdk" % "firehose" % AwsSdk2Version,
- "software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.5").map(
+ "software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.6").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]