Skip to content

Commit

Permalink
Bump software.amazon.awssdk:dynamodb from 2.29.20 to 2.30.4
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:dynamodb from 2.29.20 to 2.30.4.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 57fa2bf commit 9d629f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("com.google.guava:guava:33.3.1-jre")

implementation("software.amazon.awssdk:redshiftdata:2.29.20")
implementation("software.amazon.awssdk:dynamodb:2.29.20")
implementation("software.amazon.awssdk:dynamodb:2.30.4")

// Testing
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
Expand Down

0 comments on commit 9d629f8

Please sign in to comment.