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/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new d01b03c4e Update amazon-kinesis-client to 2.5.4 (#421)
d01b03c4e is described below
commit d01b03c4efd6fcd3de4db8334234c9431ee7135c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 28 18:57:46 2024 +0100
Update amazon-kinesis-client to 2.5.4 (#421)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fe9568f94..6fc2132e3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -331,7 +331,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.4.8").map(
+ "software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.4").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]