Skip to content

Commit 808a5b4

Browse files
authored
chore(MPL): Bump MPL to 1.5.1 (#1201)
1 parent 510227e commit 808a5b4

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<ItemGroup>
6060
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
61-
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
61+
<PackageReference Include="AWSSDK.Core" Version="3.7.304.16"/>
6262
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
6363
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
6464
<!--

TestVectors/runtimes/java/build.gradle.kts

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ var dafnyRuntimeJavaVersion = props.getProperty("dafnyRuntimeJavaVersion")
2828
var smithyDafnyJavaConversionVersion = props.getProperty("smithyDafnyJavaConversionVersion")
2929

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

3534
java {
@@ -91,8 +90,7 @@ dependencies {
9190
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
9291
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
9392
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
94-
// change to ${mplVersion} for next MPL update
95-
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT")
93+
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")
9694

9795
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
9896
implementation("software.amazon.awssdk:dynamodb")

TestVectors/runtimes/net/DbEsdkTestVectors.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
15-
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
1614
<ProjectReference Include="../../../DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj" />
1715
<ProjectReference Include="../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/runtimes/net/TestVectors.csproj" />
1816
<Compile Include="*.cs"/>

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectJavaVersion=3.5.0-SNAPSHOT
2-
mplDependencyJavaVersion=1.4.0
2+
mplDependencyJavaVersion=1.5.1
33
dafnyVersion=4.2.0
44
dafnyVerifyVersion=4.7.0
55
dafnyRuntimeJavaVersion=4.2.0

0 commit comments

Comments
 (0)