Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update amazon-kinesis-producer to 0.15.11 #893

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading