Bump mockitoVersion from 5.0.0 to 5.1.1 (#720)
Bumps `mockitoVersion` from 5.0.0 to 5.1.1. Updates `org.mockito:mockito-core` from 5.0.0 to 5.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">org.mockito:mockito-core's releases</a>.</em></p> <blockquote> <h2>v5.1.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>5.1.1</h4> <ul> <li>2023-01-30 - <a href="https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1">1 commit(s)</a> by Andriy Redko</li> <li>StackWalker.Option not found on Mockito 5.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2891">#2891</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2891">mockito/mockito#2891</a>)</li> <li>StackWalker.Option not found on Mockito 5.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2890">#2890</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2890">mockito/mockito#2890</a>)</li> </ul> <h2>v5.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>5.1.0</h4> <ul> <li>2023-01-29 - <a href="https://github.com/mockito/mockito/compare/v5.0.0...v5.1.0">12 commit(s)</a> by Andriy Redko, Ashley, Róbert Papp, Stephan Schroevers, Tim te Beek, dependabot[bot]</li> <li>Fixes some mistakes and missing details in documentation [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2889">#2889</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2889">mockito/mockito#2889</a>)</li> <li>Bump com.diffplug.spotless from 6.13.0 to 6.14.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2888">#2888</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2888">mockito/mockito#2888</a>)</li> <li>Clean up JDK-8 related code [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2883">#2883</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2883">mockito/mockito#2883</a>)</li> <li>Feat: reified mock overloads [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2882">#2882</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2882">mockito/mockito#2882</a>)</li> <li>Clean up JDK-8 related code [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2879">#2879</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2879">mockito/mockito#2879</a>)</li> <li>Bump assertj-core from 3.24.1 to 3.24.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2875">#2875</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2875">mockito/mockito#2875</a>)</li> <li>Make sure the tests use mock maker with intended member accessor [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2872">#2872</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2872">mockito/mockito#2872</a>)</li> <li>Bump com.diffplug.spotless from 6.12.1 to 6.13.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2871">#2871</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2871">mockito/mockito#2871</a>)</li> <li>Remove broken link from <code>CONTRIBUTING.md</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2870">#2870</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2870">mockito/mockito#2870</a>)</li> <li>Update outdated badge 3.x to 5.x [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2869">#2869</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2869">mockito/mockito#2869</a>)</li> <li>Broken link in <code>CONTRIBUTING.md</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2868">#2868</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2868">mockito/mockito#2868</a>)</li> <li>Set current version to 5.x in README and highlight changes [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2867">#2867</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2867">mockito/mockito#2867</a>)</li> <li>Annotate <code>Mockito#{mock,spy}(T... reified)</code> with <code>@SafeVarargs</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2866">#2866</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2866">mockito/mockito#2866</a>)</li> <li>Make sure the tests use mock maker with intended member accessor [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2855">#2855</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2855">mockito/mockito#2855</a>)</li> <li>Improve examples for InOrder [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2843">#2843</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2843">mockito/mockito#2843</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="50b21cf68b"><code>50b21cf</code></a> StackWalker.Option not found on Mockito 5.1.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2891">#2891</a>)</li> <li><a href="19ab3ea838"><code>19ab3ea</code></a> Fixes some mistakes and missing details in documentation (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2889">#2889</a>)</li> <li><a href="b47bab2970"><code>b47bab2</code></a> Bump com.diffplug.spotless from 6.13.0 to 6.14.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2888">#2888</a>)</li> <li><a href="4775c67fe3"><code>4775c67</code></a> Clean up JDK-8 related code (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2883">#2883</a>)</li> <li><a href="91223f8305"><code>91223f8</code></a> Feat: reified mock overloads (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2882">#2882</a>)</li> <li><a href="96452fa7fb"><code>96452fa</code></a> Make sure the tests use mock maker with intended member accessor (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2872">#2872</a>)</li> <li><a href="1418769a9f"><code>1418769</code></a> Bump assertj-core from 3.24.1 to 3.24.2 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2875">#2875</a>)</li> <li><a href="f4d7c346b1"><code>f4d7c34</code></a> Bump com.diffplug.spotless from 6.12.1 to 6.13.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2871">#2871</a>)</li> <li><a href="23e344ec7b"><code>23e344e</code></a> Remove broken link from <code>CONTRIBUTING.md</code> (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2870">#2870</a>)</li> <li><a href="f2a47c35b8"><code>f2a47c3</code></a> Improve examples for InOrder (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2843">#2843</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v5.0.0...v5.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.mockito:mockito-junit-jupiter` from 5.0.0 to 5.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">org.mockito:mockito-junit-jupiter's releases</a>.</em></p> <blockquote> <h2>v5.1.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>5.1.1</h4> <ul> <li>2023-01-30 - <a href="https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1">1 commit(s)</a> by Andriy Redko</li> <li>StackWalker.Option not found on Mockito 5.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2891">#2891</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2891">mockito/mockito#2891</a>)</li> <li>StackWalker.Option not found on Mockito 5.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2890">#2890</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2890">mockito/mockito#2890</a>)</li> </ul> <h2>v5.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>5.1.0</h4> <ul> <li>2023-01-29 - <a href="https://github.com/mockito/mockito/compare/v5.0.0...v5.1.0">12 commit(s)</a> by Andriy Redko, Ashley, Róbert Papp, Stephan Schroevers, Tim te Beek, dependabot[bot]</li> <li>Fixes some mistakes and missing details in documentation [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2889">#2889</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2889">mockito/mockito#2889</a>)</li> <li>Bump com.diffplug.spotless from 6.13.0 to 6.14.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2888">#2888</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2888">mockito/mockito#2888</a>)</li> <li>Clean up JDK-8 related code [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2883">#2883</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2883">mockito/mockito#2883</a>)</li> <li>Feat: reified mock overloads [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2882">#2882</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2882">mockito/mockito#2882</a>)</li> <li>Clean up JDK-8 related code [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2879">#2879</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2879">mockito/mockito#2879</a>)</li> <li>Bump assertj-core from 3.24.1 to 3.24.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2875">#2875</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2875">mockito/mockito#2875</a>)</li> <li>Make sure the tests use mock maker with intended member accessor [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2872">#2872</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2872">mockito/mockito#2872</a>)</li> <li>Bump com.diffplug.spotless from 6.12.1 to 6.13.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2871">#2871</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2871">mockito/mockito#2871</a>)</li> <li>Remove broken link from <code>CONTRIBUTING.md</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2870">#2870</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2870">mockito/mockito#2870</a>)</li> <li>Update outdated badge 3.x to 5.x [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2869">#2869</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2869">mockito/mockito#2869</a>)</li> <li>Broken link in <code>CONTRIBUTING.md</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2868">#2868</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2868">mockito/mockito#2868</a>)</li> <li>Set current version to 5.x in README and highlight changes [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2867">#2867</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2867">mockito/mockito#2867</a>)</li> <li>Annotate <code>Mockito#{mock,spy}(T... reified)</code> with <code>@SafeVarargs</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2866">#2866</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2866">mockito/mockito#2866</a>)</li> <li>Make sure the tests use mock maker with intended member accessor [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2855">#2855</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2855">mockito/mockito#2855</a>)</li> <li>Improve examples for InOrder [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2843">#2843</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2843">mockito/mockito#2843</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="50b21cf68b"><code>50b21cf</code></a> StackWalker.Option not found on Mockito 5.1.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2891">#2891</a>)</li> <li><a href="19ab3ea838"><code>19ab3ea</code></a> Fixes some mistakes and missing details in documentation (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2889">#2889</a>)</li> <li><a href="b47bab2970"><code>b47bab2</code></a> Bump com.diffplug.spotless from 6.13.0 to 6.14.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2888">#2888</a>)</li> <li><a href="4775c67fe3"><code>4775c67</code></a> Clean up JDK-8 related code (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2883">#2883</a>)</li> <li><a href="91223f8305"><code>91223f8</code></a> Feat: reified mock overloads (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2882">#2882</a>)</li> <li><a href="96452fa7fb"><code>96452fa</code></a> Make sure the tests use mock maker with intended member accessor (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2872">#2872</a>)</li> <li><a href="1418769a9f"><code>1418769</code></a> Bump assertj-core from 3.24.1 to 3.24.2 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2875">#2875</a>)</li> <li><a href="f4d7c346b1"><code>f4d7c34</code></a> Bump com.diffplug.spotless from 6.12.1 to 6.13.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2871">#2871</a>)</li> <li><a href="23e344ec7b"><code>23e344e</code></a> Remove broken link from <code>CONTRIBUTING.md</code> (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2870">#2870</a>)</li> <li><a href="f2a47c35b8"><code>f2a47c3</code></a> Improve examples for InOrder (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2843">#2843</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v5.0.0...v5.1.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
32b1d831af
commit
e8346d6cf8
|
|
@ -26,7 +26,7 @@ val autoServiceVersion = "1.0.1"
|
|||
val autoValueVersion = "1.10.1"
|
||||
val errorProneVersion = "2.18.0"
|
||||
val prometheusVersion = "0.16.0"
|
||||
val mockitoVersion = "5.0.0"
|
||||
val mockitoVersion = "5.1.1"
|
||||
val slf4jVersion = "2.0.6"
|
||||
|
||||
val CORE_DEPENDENCIES = listOf(
|
||||
|
|
|
|||
Loading…
Reference in New Issue