Uh oh!
There was an error while loading. Please reload this page.
[CVE-2026-24400] Upgrade assertj-core to 3.27.7 - #5100
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>
RyanL1997
commented
Feb 2, 2026
Some of the CI tasks has been cancelled by github, will ltrigger the re-run. |
RyanL1997
commented
Feb 2, 2026
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. |
RyanL1997
commented
Feb 2, 2026
The above CI error is due to the ongoing GHA outage : https://www.githubstatus.com/ |
2241c9a to
e4b4e42CompareUh oh!
There was an error while loading. Please reload this page.
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repositorycd$(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 treepushd ../.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 treepopd# 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.