Skip to content

Commit

Permalink
chore(MPL): Bump MPL to 1.5.1 (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Jul 16, 2024
1 parent 510227e commit 808a5b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.16"/>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
<!--
Expand Down
6 changes: 2 additions & 4 deletions TestVectors/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ var dafnyRuntimeJavaVersion = props.getProperty("dafnyRuntimeJavaVersion")
var smithyDafnyJavaConversionVersion = props.getProperty("smithyDafnyJavaConversionVersion")

group = "software.amazon.cryptography"
// change to ${mplVersion} for next MPL update
version = "1.0-SNAPSHOT"
version = "${mplVersion}"
description = "TestVectorsDynamoDbEncryption"

java {
Expand Down Expand Up @@ -91,8 +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}")
// change to ${mplVersion} for next MPL update
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT")
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")

implementation(platform("software.amazon.awssdk:bom:2.24.2"))
implementation("software.amazon.awssdk:dynamodb")
Expand Down
2 changes: 0 additions & 2 deletions TestVectors/runtimes/net/DbEsdkTestVectors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
<ProjectReference Include="../../../DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj" />
<ProjectReference Include="../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/runtimes/net/TestVectors.csproj" />
<Compile Include="*.cs"/>
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.5.0-SNAPSHOT
mplDependencyJavaVersion=1.4.0
mplDependencyJavaVersion=1.5.1
dafnyVersion=4.2.0
dafnyVerifyVersion=4.7.0
dafnyRuntimeJavaVersion=4.2.0
Expand Down
2 changes: 1 addition & 1 deletion submodules/MaterialProviders

0 comments on commit 808a5b4

Please sign in to comment.