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

Update dependency junit:junit to v4.13.1 #625

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

mend-for-github-com[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
junit:junit (source) dependencies minor 4.12 -> 4.13.1

By merging this PR, the issue #624 will be automatically resolved and closed:

Severity CVSS Score CVE
Medium Medium 5.5 CVE-2020-15250

  • If you want to rebase/retry this PR, click this checkbox.

@mend-for-github-com mend-for-github-com bot requested a review from a team December 6, 2022 00:12
@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Dec 6, 2022
@ylwu-amzn ylwu-amzn merged commit 606226f into main Dec 6, 2022
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-625-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 606226f44f6460ed964579a053cd777045b8d4de
# Push it to GitHub
git push --set-upstream origin backport/backport-625-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-625-to-1.3.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 6, 2022
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
(cherry picked from commit 606226f)
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/junit-junit-4.x branch December 6, 2022 23:33
ylwu-amzn pushed a commit that referenced this pull request Dec 6, 2022
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
(cherry picked from commit 606226f)

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 backport 2.4 security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants