Skip to content

Commit

Permalink
Update amazon-kinesis-client to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Nov 9, 2023
1 parent 2db3104 commit 8f55382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object LibraryDependencies {
val utils = "software.amazon.awssdk" % "utils" % sdkVersion
val kinesis = "software.amazon.awssdk" % "kinesis" % sdkVersion
val kpl = "com.amazonaws" % "amazon-kinesis-producer" % "0.15.8"
val kcl = "software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.2"
val kcl = "software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.3"
}

object Cats {
Expand Down

0 comments on commit 8f55382

Please sign in to comment.