Skip to content

Bump mockito-core from 3.4.4 to 3.4.6 #7043

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

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mockito-core from 3.4.4 to 3.4.6.

Release notes

Sourced from mockito-core's releases.

v3.4.6

Release notes were automatically generated by Shipkit

3.4.6

v3.4.5

Release notes were automatically generated by Shipkit

3.4.5

Commits
  • 0198306 3.4.6 release (previous 3.4.5) + release notes updated by CI build 4660
  • 4767db1 [ci maven-central-release] Merge pull request #1989 from mockito/listener-fix
  • 724619b Does not include static mocks in regular listener logic as it might distort e...
  • 0c56b3a Fixes #1985 : update README to refer the latest documentation (#1986)
  • c53f9b3 3.4.5 release (previous 3.4.4) + release notes updated by CI build 4647
  • 98b0d90 Fix typo (#1984)
  • 361c39f Update assertj to 3.16.1 (#1982)
  • See full diff 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.4.6.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.4.4...v3.4.6)

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 Jul 30, 2020
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #7043 into 3.x will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7043      +/-   ##
============================================
+ Coverage     99.52%   99.58%   +0.06%     
- Complexity     6669     6670       +1     
============================================
  Files           742      742              
  Lines         47270    47273       +3     
  Branches       6373     6374       +1     
============================================
+ Hits          47044    47076      +32     
+ Misses          102       91      -11     
+ Partials        124      106      -18     
Impacted Files Coverage Δ Complexity Δ
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100.00% <ø> (ø) 595.00 <0.00> (ø)
...ain/java/io/reactivex/rxjava3/core/Observable.java 100.00% <ø> (ø) 565.00 <0.00> (ø)
...a3/internal/jdk8/FlowableCollectWithCollector.java 100.00% <100.00%> (ø) 2.00 <1.00> (ø)
...ernal/jdk8/FlowableCollectWithCollectorSingle.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
.../internal/jdk8/ObservableCollectWithCollector.java 100.00% <100.00%> (ø) 2.00 <1.00> (ø)
...nal/jdk8/ObservableCollectWithCollectorSingle.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
...java3/internal/operators/flowable/FlowableMap.java 100.00% <100.00%> (ø) 3.00 <0.00> (ø)
...tivex/rxjava3/internal/jdk8/ParallelCollector.java 93.57% <0.00%> (-4.59%) 2.00% <0.00%> (ø%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 97.40% <0.00%> (-0.52%) 2.00% <0.00%> (ø%)
...activex/rxjava3/processors/MulticastProcessor.java 99.54% <0.00%> (-0.46%) 82.00% <0.00%> (-1.00%)
... and 16 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 5fefe60...1c90945. Read the comment docs.

@akarnokd akarnokd merged commit 2eba6f1 into 3.x Jul 30, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/org.mockito-mockito-core-3.4.6 branch July 30, 2020 07:23
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.

1 participant