From 7aa83778526125b64939774ca7a92cc4093e2dbc Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:40:25 +0000 Subject: [PATCH] fix(deps): update dependency software.amazon.cryptography:aws-cryptographic-material-providers to v1.8.0 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a7fd218..62df7661 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' implementation "org.opensearch:common-utils:${common_utils_version}" implementation "com.amazonaws:aws-encryption-sdk-java:3.0.1" - implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0" + implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.8.0" implementation "org.dafny:DafnyRuntime:4.9.0" implementation "software.amazon.smithy.dafny:conversion:0.1.1" implementation 'org.bouncycastle:bcprov-jdk18on:1.79'