Skip to content

Commit

Permalink
chore: bump MPL to 1.4 (#1067)
Browse files Browse the repository at this point in the history
* chore: bump MPL to 1.4
  • Loading branch information
ajewellamz committed May 29, 2024
1 parent 8a76a9d commit 51bbab5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@


<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.2"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2"/>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
<PackageReference Include="DafnyRuntime" Version="4.2.0" />
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
<!--
Expand Down
4 changes: 2 additions & 2 deletions TestVectors/runtimes/net/DbEsdkTestVectors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.2"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2"/>
<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,4 +1,4 @@
projectJavaVersion=3.4.0-SNAPSHOT
mplDependencyJavaVersion=1.3.0
mplDependencyJavaVersion=1.4.0
dafnyRuntimeJavaVersion=4.2.0
smithyDafnyJavaConversionVersion=0.1
2 changes: 1 addition & 1 deletion submodules/MaterialProviders

0 comments on commit 51bbab5

Please sign in to comment.