Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Bump junit from 4.12 to 4.13.1 #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2020

Bumps junit from 4.12 to 4.13.1.

Release notes

Sourced from junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 3, 2020
@dependabot dependabot bot force-pushed the dependabot/maven/junit-junit-4.13.1 branch from 697f214 to bdbda1f Compare August 13, 2021 09:07
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 26, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 17, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 23, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/maven/junit-junit-4.13.1 branch from bdbda1f to 37e8198 Compare March 30, 2022 11:12
@dependabot dependabot bot force-pushed the dependabot/maven/junit-junit-4.13.1 branch from 37e8198 to 0f8803a Compare July 13, 2022 03:33
@dependabot dependabot bot force-pushed the dependabot/maven/junit-junit-4.13.1 branch from 0f8803a to 2708229 Compare March 1, 2023 02:32
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Merging #266 (2708229) into master (a96317e) will increase coverage by 0.15%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #266      +/-   ##
============================================
+ Coverage     68.30%   68.45%   +0.15%     
- Complexity     6760     6764       +4     
============================================
  Files           473      473              
  Lines         40963    40963              
  Branches       5241     5241              
============================================
+ Hits          27980    28043      +63     
+ Misses        10728    10671      -57     
+ Partials       2255     2249       -6     
Flag Coverage Δ
bookie 39.82% <ø> (-0.10%) ⬇️
client 44.21% <ø> (-0.01%) ⬇️
remaining 29.76% <ø> (+0.11%) ⬆️
replication 41.46% <ø> (+0.06%) ⬆️
tls 21.00% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...va/org/apache/bookkeeper/bookie/SkipListArena.java 76.19% <0.00%> (-4.77%) ⬇️
.../main/java/org/apache/bookkeeper/util/ZkUtils.java 83.50% <0.00%> (-4.13%) ⬇️
...eeper/bookie/storage/directentrylogger/Buffer.java 67.41% <0.00%> (-3.38%) ⬇️
.../apache/bookkeeper/proto/ReadEntryProcessorV3.java 62.50% <0.00%> (-2.09%) ⬇️
...er/util/collections/ConcurrentLongLongHashMap.java 78.71% <0.00%> (-1.99%) ⬇️
...org/apache/bookkeeper/client/PendingReadLacOp.java 75.43% <0.00%> (-1.76%) ⬇️
...keeper/replication/AuditorCheckAllLedgersTask.java 53.74% <0.00%> (-1.37%) ⬇️
...eeper/bookie/EntryLogManagerForSingleEntryLog.java 83.67% <0.00%> (-1.03%) ⬇️
...ava/org/apache/bookkeeper/client/PendingAddOp.java 87.37% <0.00%> (-0.49%) ⬇️
...g/apache/bookkeeper/zookeeper/ZooKeeperClient.java 77.62% <0.00%> (-0.21%) ⬇️
... and 22 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants