Skip to content

Commit

Permalink
[Backport 2.x] update dependency com.amazonaws:aws-encryption-sdk-jav…
Browse files Browse the repository at this point in the history
…a and dependencies (#893)

* fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to 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]>

* fix(deps): update dependency org.dafny:dafnyruntime to v4.8.0 (#866)

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

---------

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>
  • Loading branch information
dbwiddis and mend-for-github-com[bot] authored Oct 3, 2024
1 parent debf8f3 commit 22ee9ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@ dependencies {
api group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "${opensearch_version}"
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:2.4.1'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78'
implementation "com.amazonaws:aws-encryption-sdk-java:3.0.1"
implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0"
implementation "org.dafny:DafnyRuntime:4.8.0"
implementation "software.amazon.smithy.dafny:conversion:0.1"
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
implementation "org.glassfish:jakarta.json:2.0.1"
implementation "org.eclipse:yasson:3.0.4"
Expand Down

0 comments on commit 22ee9ea

Please sign in to comment.