[CVE-2026-24400] Upgrade assertj-core to 3.27.7#5100
[CVE-2026-24400] Upgrade assertj-core to 3.27.7#5100qianheng-aws merged 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
📝 WalkthroughWalkthroughUpdates AssertJ test dependency from 3.9.1 to 3.27.7 and adds a corresponding maintenance note in the 3.5.0.0 release notes. No functional code or public API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
|
Some of the CI tasks has been cancelled by github, will ltrigger the re-run. |
|
All this CI tasks has been stucked at: |
|
Also had a conversation with @peterzhuamazon, and it is actually better if we can fix this cve at current 3.5 release. |
|
The above CI error is due to the ongoing GHA outage : https://www.githubstatus.com/ |
2241c9a to
e4b4e42
Compare
a1bb9ba
into
opensearch-project:main
|
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/sql/backport-2.19-dev 2.19-dev
# Navigate to the new working tree
pushd ../.worktrees/sql/backport-2.19-dev
# Create a new branch
git switch --create backport/backport-5100-to-2.19-dev
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a1bb9ba652b1d70c9315eb61170b6c29efd9fd5d
# Push it to GitHub
git push --set-upstream origin backport/backport-5100-to-2.19-dev
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/sql/backport-2.19-devThen, create a pull request where the |

Description
[CVE] Upgrade assertj-core to 3.27.7
Related Issues
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.