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 bd9d602

Browse files
authoredMay 21, 2024··
--- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a76a9d commit bd9d602

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
@@ -92,7 +92,7 @@ dependencies {
9292
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
9393
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT")
9494

95-
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
95+
implementation(platform("software.amazon.awssdk:bom:2.25.56"))
9696
implementation("software.amazon.awssdk:dynamodb")
9797
implementation("software.amazon.awssdk:dynamodb-enhanced")
9898
implementation("software.amazon.awssdk:core:2.24.7")

0 commit comments

Comments
 (0)
Please sign in to comment.