Skip to content

Commit 37edfa7

Browse files
chore(deps): bump com.amazonaws:aws-java-sdk-dynamodb (#327)
Bumps [com.amazonaws:aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) from 1.12.409 to 1.12.531. - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-java@1.12.409...1.12.531) --- updated-dependencies: - dependency-name: com.amazonaws:aws-java-sdk-dynamodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lavaleri <[email protected]>
1 parent fbd49ff commit 37edfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
8282

8383
// For the DDB-EC v1
84-
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.409")
84+
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.531")
8585
// https://mvnrepository.com/artifact/org.testng/testng
8686
testImplementation("org.testng:testng:7.5")
8787
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal

0 commit comments

Comments
 (0)