Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.24.7 to 2.26.8.

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 808a5b4 commit 6b2d776
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
@@ -95,7 +95,7 @@ dependencies {
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
implementation("software.amazon.awssdk:core:2.24.7")
implementation("software.amazon.awssdk:core:2.26.20")
implementation("software.amazon.awssdk:kms")
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
// This is where we gather the SQLLite files to copy over

0 comments on commit 6b2d776

Please sign in to comment.