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 dd4f3e6

Browse files
authoredMar 28, 2025··
chore(deps): bump software.amazon.awssdk:bom
Bumps software.amazon.awssdk:bom from 2.30.18 to 2.31.10. --- 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 4a9d617 commit dd4f3e6

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
@@ -83,7 +83,7 @@ dependencies {
8383
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
8484
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
8585

86-
implementation(platform("software.amazon.awssdk:bom:2.30.18"))
86+
implementation(platform("software.amazon.awssdk:bom:2.31.10"))
8787
implementation("software.amazon.awssdk:dynamodb")
8888
implementation("software.amazon.awssdk:dynamodb-enhanced")
8989
implementation("software.amazon.awssdk:kms")

0 commit comments

Comments
 (0)
Please sign in to comment.