Bumps mockito-junit-jupiter from 3.4.4 to 3.4.6.
Release notes
Sourced from mockito-junit-jupiter's releases.
v3.4.6
Release notes were automatically generated by Shipkit
3.4.6
- 2020-07-29 - 3 commits by Rafael Winterhalter (2), Valery Yatsynovich (1) - published to
- [Bugfixes] Do not pass static mocks to regular listener callback. [(#1989)](mockito/mockito#1989)
- MockitoJUnitRunner causes NPE when using @Mock on MockedStatic fields [(#1988)](mockito/mockito#1988)
- Fixes #1985 : Update README to refer the latest documentation [(#1986)](mockito/mockito#1986)
- README should refer the latest available documentation [(#1985)](mockito/mockito#1985)
v3.4.5
Release notes were automatically generated by Shipkit
3.4.5
- 2020-07-20 - 2 commits by Erhard Pointl (1), Johnny Lim (1) - published to
- Fix typo [(#1984)](mockito/mockito#1984)
- Update assertj to 3.16.1 [(#1982)](mockito/mockito#1982)
Commits
0198306
3.4.6 release (previous 3.4.5) + release notes updated by CI build 46604767db1
[ci maven-central-release] Merge pull request #1989 from mockito/listener-fix724619b
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 464798b0d90
Fix typo (#1984)361c39f
Update assertj to 3.16.1 (#1982)- See full diff in compare view
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