We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c0d14 commit 8725990Copy full SHA for 8725990
AwsEncryptionSDK/runtimes/java/build.gradle.kts
@@ -28,7 +28,7 @@ repositories {
28
dependencies {
29
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
30
implementation("software.amazon.smithy.dafny:conversion:0.1")
31
- implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.1")
+ implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.4.0")
32
33
// Use JUnit test framework.
34
testImplementation("junit:junit:4.13.2")
mpl
0 commit comments