-
Notifications
You must be signed in to change notification settings - Fork 35
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
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 #852
Conversation
Major version bump with some breaking changes that need further investigation. |
Wasted at least an hour trying and failing to find the right dependency |
90ccffd
to
a388731
Compare
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
a388731
to
4db5af8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #852 +/- ##
=========================================
Coverage 77.55% 77.55%
Complexity 966 966
=========================================
Files 97 97
Lines 4531 4531
Branches 422 422
=========================================
Hits 3514 3514
Misses 835 835
Partials 182 182 ☔ View full report in Codecov by Sentry. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/flow-framework/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/flow-framework/backport-2.x
# Create a new branch
git switch --create backport/backport-852-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3fd91b8fd849b4309cf88c3cb7a77ee1031c616e
# Push it to GitHub
git push --set-upstream origin backport/backport-852-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/flow-framework/backport-2.x Then, create a pull request where the |
… v3 (opensearch-project#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]>
… v3 (opensearch-project#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]>
…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>
This PR contains the following updates:
2.4.1
->3.0.1
Release Notes
aws/aws-encryption-sdk-java (com.amazonaws:aws-encryption-sdk-java)
v3.0.1
Fixes
Maintenance
v3.0.0
⚠ BREAKING CHANGES
Features
Maintenance
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.