Skip to content

Commit

Permalink
Update dependency software.amazon.kinesis:amazon-kinesis-client to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 1338ca7 commit fd8bf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kcl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("software.amazon.kinesis:amazon-kinesis-client:2.6.0")
implementation("software.amazon.kinesis:amazon-kinesis-client:3.0.0")
implementation("io.github.resilience4j:resilience4j-retry:2.2.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")

Expand Down
2 changes: 1 addition & 1 deletion test-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ plugins {
}

dependencies {
api("software.amazon.kinesis:amazon-kinesis-client:2.6.0")
api("software.amazon.kinesis:amazon-kinesis-client:3.0.0")
implementation("org.awaitility:awaitility-kotlin:4.2.2")
}

0 comments on commit fd8bf42

Please sign in to comment.