Skip to content

Commit

Permalink
fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to…
Browse files Browse the repository at this point in the history
… v3 (#852)

* fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to v3

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>

* Add necessary dependencies

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Daniel Widdis <[email protected]>
  • Loading branch information
mend-for-github-com[bot] and dbwiddis authored Sep 8, 2024
1 parent 1b055e8 commit 3fd91b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ dependencies {
api group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "${opensearch_version}"
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
implementation "org.opensearch:common-utils:${common_utils_version}"
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
implementation "com.amazonaws:aws-encryption-sdk-java:3.0.1"
implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.0.2"
implementation "org.dafny:DafnyRuntime:4.2.0"
implementation "software.amazon.smithy.dafny:conversion:0.1"
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
api "org.apache.httpcomponents.core5:httpcore5:5.2.5"
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
Expand Down

0 comments on commit 3fd91b8

Please sign in to comment.