Skip to content

Commit

Permalink
test(deps): update dependency org.mockito:mockito-core to v4.10.0 (#2201
Browse files Browse the repository at this point in the history
)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.9.0` -> `4.10.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.10.0/compatibility-slim/4.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.10.0/confidence-slim/4.9.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mockito/mockito</summary>

### [`v4.10.0`](https://togithub.com/mockito/mockito/releases/tag/v4.10.0)

[Compare Source](https://togithub.com/mockito/mockito/compare/v4.9.0...v4.10.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>

##### 4.10.0

-   2022-12-14 - [13 commit(s)](https://togithub.com/mockito/mockito/compare/v4.9.0...v4.10.0) by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher Lambert, Marcono1234, Vladimir Glinskikh, dependabot\[bot]
-   Add new artifact mockito-subclass (to use mock-maker-subclass MockMaker) [(#&#8203;2821)](https://togithub.com/mockito/mockito/pull/2821)
-   Bump gradle from 7.5.1 to 7.6 [(#&#8203;2817)](https://togithub.com/mockito/mockito/pull/2817)
-   Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(#&#8203;2816)](https://togithub.com/mockito/mockito/pull/2816)
-   Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(#&#8203;2811)](https://togithub.com/mockito/mockito/pull/2811)
-   Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(#&#8203;2810)](https://togithub.com/mockito/mockito/pull/2810)
-   Bump kotlinVersion from 1.7.21 to 1.7.22 [(#&#8203;2809)](https://togithub.com/mockito/mockito/pull/2809)
-   Bump junit from 1.1.3 to 1.1.4 [(#&#8203;2806)](https://togithub.com/mockito/mockito/pull/2806)
-   Simplify `MatcherApplicationStrategy` [(#&#8203;2803)](https://togithub.com/mockito/mockito/pull/2803)
-   Bump kotlinVersion from 1.7.10 to 1.7.21 [(#&#8203;2801)](https://togithub.com/mockito/mockito/pull/2801)
-   Bump espresso-core from 3.4.0 to 3.5.0 [(#&#8203;2800)](https://togithub.com/mockito/mockito/pull/2800)
-   Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(#&#8203;2799)](https://togithub.com/mockito/mockito/pull/2799)
-   Upgrade errorprone from 2.14.0 to 2.16 [(#&#8203;2794)](https://togithub.com/mockito/mockito/pull/2794)
-   automatically detect class to mock [(#&#8203;2779)](https://togithub.com/mockito/mockito/pull/2779)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
  • Loading branch information
renovate-bot committed Dec 14, 2022
1 parent 21d1d33 commit ff8c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-spanner/pom.xml
Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ff8c425

Please sign in to comment.