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 1.9.0 in /EndpointConnectionService #33

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2021

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

Release notes

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

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)

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, #129, #130, #131, and #132.

AWS Encryption SDK 1.6.0 Release -- 2019-05-31

Minor Changes

  • Remove dependency on Apache Commons Codec 1.12.
  • Use Base64 encoder from Bouncy Castle.
  • Introduce and use utility methods for Base64 encoding/decoding so that switching the codec provider needs to be done only in one place next time.

AWS Encryption SDK 1.5.0 Release -- 2019-05-30

Minor Changes

  • Add dependency on Apache Commons Codec 1.12.

... (truncated)

Changelog

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

1.9.0 -- 2021-05-27

1.7.0 -- 2020-09-24

  • feat: Updates to the AWS Encryption SDK. bdb31dc

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, #129, #130, #131, and #132.

1.6.0 -- 2019-05-31

Minor Changes

  • Remove dependency on Apache Commons Codec 1.12.
  • Use Base64 encoder from Bouncy Castle.
  • Introduce and use utility methods for Base64 encoding/decoding so that switching the codec provider needs to be done only in one place next time.

... (truncated)

Commits
  • d59c11c feat: Improvements to the message decryption process (#250)
  • 44b26ce chore: Add repo-sync actions (#247)
  • 521cd84 chore: Automate staging and production release using CodeBuild as well (#244)
  • 27a4b8d chore: Add initial codebuild specs for automating release (#243)
  • 53f6994 chore: Upgrade BouncyCastle version (#241)
  • 1d397e9 test: fix ParsedCiphertextTest, add to AllTestsSuite
  • 60e8b5b chore: Clarify KmsMasterKeyProvider Strict behavior in docs (#235)
  • 6445e7f chore: Remove Travis CI (#234)
  • 860c016 chore: Add AWS CodeBuild buildspec (#231)
  • 8d7ff8b Bump junit from 4.12 to 4.13.1 (#229)
  • 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 1.9.0.
- [Release notes](https://github.com/aws/aws-encryption-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-encryption-sdk-java/blob/v1.9.0/CHANGELOG.md)
- [Commits](aws/aws-encryption-sdk-java@1.3.1...v1.9.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 Jun 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2021

Superseded by #38.

@dependabot dependabot bot closed this Oct 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/EndpointConnectionService/com.amazonaws-aws-encryption-sdk-java-1.9.0 branch October 12, 2021 16:01
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