Skip to content

Commit

Permalink
Merge pull request #663 from aws/ajewell/bump-mpl
Browse files Browse the repository at this point in the history
chore: update to MPL 1.4
  • Loading branch information
ajewellamz authored Jun 4, 2024
2 parents 70c0d14 + 6544736 commit 2bbab7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.4.0")

// Use JUnit test framework.
testImplementation("junit:junit:4.13.2")
Expand Down
4 changes: 2 additions & 2 deletions AwsEncryptionSDK/runtimes/net/ESDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<ItemGroup>
<!-- TODO: manually upgraded to match the latest from MPL, is that reasonable? -->
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2" />
<PackageReference Include="AWSSDK.Core" Version="3.7.*" />
<PackageReference Include="DafnyRuntime" Version="4.2.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<ProjectReference Include="../../../mpl/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
<!--
System.Collections.Immutable can be removed once dafny.msbuild is updated with
Expand Down
2 changes: 1 addition & 1 deletion mpl
Submodule mpl updated from 6d0f00 to b6d28d

0 comments on commit 2bbab7d

Please sign in to comment.