Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6f45d0

Browse files
authoredJul 12, 2024··
chore(deps): bump software.amazon.awssdk:core
Bumps software.amazon.awssdk:core from 2.24.7 to 2.26.7. --- 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]>
1 parent b2f70ca commit a6f45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎TestVectors/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
9898
implementation("software.amazon.awssdk:dynamodb")
9999
implementation("software.amazon.awssdk:dynamodb-enhanced")
100-
implementation("software.amazon.awssdk:core:2.24.7")
100+
implementation("software.amazon.awssdk:core:2.26.19")
101101
implementation("software.amazon.awssdk:kms")
102102
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
103103
// This is where we gather the SQLLite files to copy over

0 commit comments

Comments
 (0)
Please sign in to comment.