Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mockito-core from 3.0.0 to 3.1.0.

Release notes

Sourced from mockito-core's releases.

v3.1.0

Release notes were automatically generated by Shipkit

3.1.0

v3.0.12

Release notes were automatically generated by Shipkit

3.0.12

v3.0.11

Release notes were automatically generated by Shipkit

3.0.11

v3.0.9

Release notes were automatically generated by Shipkit

3.0.9

v3.0.8

Release notes were automatically generated by Shipkit

3.0.8

v3.0.7

Release notes were automatically generated by Shipkit

3.0.7

v3.0.6

... (truncated)
Commits
  • 8922326 3.1.0 release (previous 3.0.12) + release notes updated by CI build 4214
  • e349807 Publish Mockito 3.1.0 to Maven Central
  • 6dfd529 3.0.12 release (previous 3.0.11) + release notes updated by CI build 4211
  • 30c50fa Merge pull request #1789 from mockito/sf
  • 5ed8a07 Cleanup traversal of parent contexts
  • acce719 Fixed JUnit Jupiter parallel issue
  • 214d465 3.0.11 release (previous 3.0.10) + release notes updated by CI build 4203
  • 1129199 Merge pull request #1788 from mockito/parallel
  • bcf41fd 3.0.10 release (previous 3.0.9) + release notes updated by CI build 4201
  • f8581c6 Fixes #1786 : Make differences between 'timeout' and 'after' more clear in Ja...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.0.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 2, 2019
@codecov
Copy link

codecov bot commented Oct 2, 2019

Codecov Report

Merging #42 into 3.x will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x      #42      +/-   ##
============================================
- Coverage     84.03%   84.02%   -0.01%     
- Complexity     2193     2195       +2     
============================================
  Files           388      388              
  Lines         16480    16480              
  Branches       1906     1906              
============================================
- Hits          13849    13848       -1     
- Misses         1995     2000       +5     
+ Partials        636      632       -4
Impacted Files Coverage Δ Complexity Δ
...u/akarnokd/rxjava3/schedulers/SharedScheduler.java 85.48% <0%> (-3.23%) 7% <0%> (ø)
...rnokd/rxjava3/basetypes/BlockingGetSubscriber.java 36.7% <0%> (-2.54%) 10% <0%> (ø)
...rnokd/rxjava3/operators/FlowableSwitchFlatMap.java 88.88% <0%> (-1.45%) 3% <0%> (ø)
...a/hu/akarnokd/rxjava3/basetypes/SoloObserveOn.java 64.07% <0%> (-0.98%) 2% <0%> (ø)
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan7.java 84% <0%> (ø) 6% <0%> (-2%) ⬇️
.../java/hu/akarnokd/rxjava3/joins/JoinObserver1.java 72.58% <0%> (+1.61%) 11% <0%> (ø) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan6.java 86.36% <0%> (+2.27%) 8% <0%> (+1%) ⬆️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan5.java 89.47% <0%> (+2.63%) 7% <0%> (ø) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan4.java 85.71% <0%> (+3.57%) 6% <0%> (+1%) ⬆️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan8.java 85.71% <0%> (+3.57%) 10% <0%> (+2%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9be86a4...87641e7. Read the comment docs.

@akarnokd akarnokd merged commit 81015cc into 3.x Oct 2, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/org.mockito-mockito-core-3.1.0 branch October 2, 2019 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants