Skip to content

Commit

Permalink
chore(deps): bump software.amazon.awssdk:core
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:core from 2.26.25 to 2.29.34.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 7b45929 commit ff5a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestVectors/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation(platform("software.amazon.awssdk:bom:2.26.25"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
implementation("software.amazon.awssdk:core:2.26.25")
implementation("software.amazon.awssdk:core:2.29.34")
implementation("software.amazon.awssdk:kms")
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
// This is where we gather the SQLLite files to copy over
Expand Down

0 comments on commit ff5a482

Please sign in to comment.