Skip to content

Commit 2bbab7d

Browse files
authored
Merge pull request #663 from aws/ajewell/bump-mpl
chore: update to MPL 1.4
2 parents 70c0d14 + 6544736 commit 2bbab7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AwsEncryptionSDK/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
3030
implementation("software.amazon.smithy.dafny:conversion:0.1")
31-
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.1")
31+
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.4.0")
3232

3333
// Use JUnit test framework.
3434
testImplementation("junit:junit:4.13.2")

AwsEncryptionSDK/runtimes/net/ESDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
<ItemGroup>
3232
<!-- TODO: manually upgraded to match the latest from MPL, is that reasonable? -->
33-
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2" />
33+
<PackageReference Include="AWSSDK.Core" Version="3.7.*" />
3434
<PackageReference Include="DafnyRuntime" Version="4.2.0" />
35-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
35+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
3636
<ProjectReference Include="../../../mpl/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
3737
<!--
3838
System.Collections.Immutable can be removed once dafny.msbuild is updated with

mpl

Submodule mpl updated from 6d0f00d to b6d28dc

0 commit comments

Comments
 (0)