Skip to content

Commit

Permalink
chore(mpl): Bump to 1.9.0 (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila authored Feb 5, 2025
1 parent f6ef3f4 commit 04a8eb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TestVectors/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.8.0-SNAPSHOT")
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")

implementation(platform("software.amazon.awssdk:bom:2.26.25"))
implementation("software.amazon.awssdk:dynamodb")
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectJavaVersion=3.8.0
mplDependencyJavaVersion=1.8.0
mplDependencyJavaVersion=1.9.0
dafnyVersion=4.9.0
dafnyVerifyVersion=4.9.0
dafnyRuntimeJavaVersion=4.9.0
Expand Down
2 changes: 1 addition & 1 deletion submodules/MaterialProviders
2 changes: 1 addition & 1 deletion submodules/smithy-dafny

0 comments on commit 04a8eb2

Please sign in to comment.