Skip to content

Commit

Permalink
Update amazon-kinesis-producer to 0.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Oct 4, 2024
1 parent c964185 commit 8c91812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 cloudwatch = "software.amazon.awssdk" % "cloudwatch" % sdkVersion
val kpl = "com.amazonaws" % "amazon-kinesis-producer" % "0.15.10"
val kpl = "com.amazonaws" % "amazon-kinesis-producer" % "0.15.11"
val kcl = "software.amazon.kinesis" % "amazon-kinesis-client" % "2.6.0"
}

Expand Down Expand Up @@ -93,7 +93,7 @@ object LibraryDependencies {

object Kinesis {
val kcl = "software.amazon.kinesis" % "amazon-kinesis-client" % "2.6.0"
val kpl = "com.amazonaws" % "amazon-kinesis-producer" % "0.15.10"
val kpl = "com.amazonaws" % "amazon-kinesis-producer" % "0.15.11"
val sdkV1 = "com.amazonaws" % "aws-java-sdk-kinesis" % "1.11.190"
val sdkV2 = "software.amazon.awssdk" % "kinesis" % "2.24.12"
}
Expand Down

0 comments on commit 8c91812

Please sign in to comment.