Skip to content

Commit

Permalink
Update amazon-kinesis-client to 2.6.0 (#654)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed May 12, 2024
1 parent 2ce1866 commit fd2da4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,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.8").map(
"software.amazon.kinesis" % "amazon-kinesis-client" % "2.6.0").map(
_.excludeAll(
ExclusionRule("software.amazon.awssdk", "apache-client"),
ExclusionRule("software.amazon.awssdk", "netty-nio-client"))) ++ Seq(
Expand Down

0 comments on commit fd2da4a

Please sign in to comment.