Skip to content

Commit

Permalink
Update amazon-kinesis-producer to 0.15.11 (#893)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Oct 4, 2024
1 parent 8b4cc6a commit abbc92d
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 abbc92d

Please sign in to comment.