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 #266

Merged
merged 1 commit into from
Jan 26, 2023

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 #265 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 January 4, 2023 18:11
@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Jan 4, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/junit-junit-4.x branch from 2a07c12 to f006e29 Compare January 19, 2023 19:14
@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2023

Codecov Report

Merging #266 (ff82a06) into main (b74944a) will increase coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #266      +/-   ##
============================================
+ Coverage     71.90%   71.97%   +0.06%     
- Complexity     2999     3001       +2     
============================================
  Files           380      380              
  Lines         18984    18984              
  Branches       1463     1463              
============================================
+ Hits          13651    13664      +13     
+ Misses         4732     4720      -12     
+ Partials        601      600       -1     
Impacted Files Coverage Δ
...erformanceanalyzer/rca/framework/core/RcaConf.java 57.34% <0.00%> (+1.39%) ⬆️
...nsearch/performanceanalyzer/rca/RcaController.java 83.25% <0.00%> (+3.96%) ⬆️
...nalyzer/rca/net/handler/PublishRequestHandler.java 77.55% <0.00%> (+4.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/junit-junit-4.x branch from f006e29 to 359b27b Compare January 23, 2023 19:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/junit-junit-4.x branch from 359b27b to ff82a06 Compare January 23, 2023 20:05
@khushbr khushbr merged commit e6eb393 into main Jan 26, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/junit-junit-4.x branch January 26, 2023 00:20
@opensearch-trigger-bot
Copy link

The backport to 1.x failed:

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

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.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-266-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e6eb393ea09f612babd776d14357db8a0d8f1094
# Push it to GitHub
git push --set-upstream origin backport/backport-266-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-266-to-1.x.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 26, 2023
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
(cherry picked from commit e6eb393)
khushbr pushed a commit that referenced this pull request Jan 26, 2023
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
(cherry picked from commit e6eb393)

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 2.x security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants