From 153687e3899e9f22eacd261f9c3a41c11549cee0 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:10:33 -0800 Subject: [PATCH] [Backport 2.x] fix(deps): update dependency software.amazon.cryptography:aws-cryptographic-material-providers to v1.8.0 (#974) fix(deps): update dependency software.amazon.cryptography:aws-cryptographic-material-providers to v1.8.0 (#973) (cherry picked from commit 117772a12688da346190ff49af46bb2db0e9928a) Signed-off-by: mend-for-github-com[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0dd4305b..9e60f6ea 100644 --- a/build.gradle +++ b/build.gradle @@ -175,7 +175,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.78.1'