Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aws-encryption-sdk-java from 1.3.1 to 2.2.0 in /EndpointConnectionService #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps aws-encryption-sdk-java from 1.3.1 to 2.2.0.

Release notes

Sourced from aws-encryption-sdk-java's releases.

AWS Encryption SDK 2.2.0 Release -- 2021-05-27

Features

  • Improvements to the message decryption process

See GHSA-55xh-53m6-936r

AWS Encryption SDK 2.0.0 Release -- 2020-09-24

Features

  • Updates to the AWS Encryption SDK.

BREAKING CHANGES

  • AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen. Key committing suites are now default. CommitmentPolicy requires commitment by default.

See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html

AWS Encryption SDK 1.9.0 Release -- 2021-05-27

Features

  • Improvements to the message decryption process

See GHSA-55xh-53m6-936r

AWS Encryption SDK 1.7.0 Release -- 2020-09-24

Features

  • Updates to the AWS Encryption SDK.

See migration guide: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html

AWS Encryption SDK 1.6.2 Release -- 2020-05-26

Patches

Maintenance

AWS Encryption SDK 1.6.1 Release -- 2019-10-29

Deprecation Warnings

  • Deprecated AwsCrypto.encryptString() and AwsCrypto.decryptString(). Replace your calls to these methods with calls to AwsCrypto.encryptData() and AwsCrypto.decryptData(). Unlike the deprecated methods, these methods don't perform any Base64 encoding or decoding, so they are fully compatible with other language implementations of the AWS Encryption SDK.

    If you need Base64 encoding or decoding for your application, you can add it outside of the AWS Encryption SDK. [PR #120](aws/aws-encryption-sdk-java#120)

... (truncated)

Changelog

Sourced from aws-encryption-sdk-java's changelog.

2.2.0 -- 2021-05-27

2.0.0 -- 2020-09-24

  • feat!: Updates to the AWS Encryption SDK. 4678ffa

BREAKING CHANGES

  • AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen. Key committing suites are now default. CommitmentPolicy requires commitment by default.

See: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html

1.7.0 -- 2020-09-24

  • feat: Updates to the AWS Encryption SDK. a6be12a

1.6.2 -- 2020-05-26

Patches

Maintenance

1.6.1 -- 2019-10-29

Deprecation Warnings

  • Deprecated AwsCrypto.encryptString() and AwsCrypto.decryptString(). Replace your calls to these methods with calls to AwsCrypto.encryptData() and AwsCrypto.decryptData(). Unlike the deprecated methods, these methods don't perform any Base64 encoding or decoding, so they are fully compatible with other language implementations of the AWS Encryption SDK.

    If you need Base64 encoding or decoding for your application, you can add it outside of the AWS Encryption SDK. [PR #120](aws/aws-encryption-sdk-java#120)

Patches

Maintenance

  • Add support for standard test vectors via testVectorZip system property. [PR #127](aws/aws-encryption-sdk-java#127)
  • Remove all explicit cryptographic dependencies on BouncyCastle. The AWS Encryption SDK for Java still uses Bouncy Castle for other tasks. PRs #128,

... (truncated)

Commits
  • 0ce0cb2 feat: Improvements to the message decryption process (#251)
  • 0819547 chore: Add repo-sync actions (#247)
  • 2419d52 chore: Automate staging and production release using CodeBuild as well (#244)
  • ffd69c5 chore: Add initial codebuild specs for automating release (#243)
  • 79f0b63 chore: Upgrade BouncyCastle version (#241)
  • e62ddf3 Merge pull request #236 from alex-chew/fix-parsed-ciphertext-test
  • 58bea6d Merge branch 'master' into fix-parsed-ciphertext-test
  • 850a873 test: fix ParsedCiphertextTest, add to AllTestsSuite
  • ca03d79 chore: Clarify KmsMasterKeyProvider Strict behavior in docs (#235)
  • 01e2f42 chore: Remove Travis CI (#234)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [aws-encryption-sdk-java](https://github.com/aws/aws-encryption-sdk-java) from 1.3.1 to 2.2.0.
- [Release notes](https://github.com/aws/aws-encryption-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-encryption-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-encryption-sdk-java@1.3.1...v2.2.0)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-encryption-sdk-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants