Skip to content

Commit 3401405

Browse files
chore(deps): bump software.amazon.awssdk:core
Bumps software.amazon.awssdk:core from 2.26.25 to 2.27.18. --- 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 5d777d6 commit 3401405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/runtimes/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies {
9595
implementation(platform("software.amazon.awssdk:bom:2.26.25"))
9696
implementation("software.amazon.awssdk:dynamodb")
9797
implementation("software.amazon.awssdk:dynamodb-enhanced")
98-
implementation("software.amazon.awssdk:core:2.26.25")
98+
implementation("software.amazon.awssdk:core:2.27.18")
9999
implementation("software.amazon.awssdk:kms")
100100
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
101101
// This is where we gather the SQLLite files to copy over

0 commit comments

Comments
 (0)