Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v4.11.0 (#1200)
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.10.0` -> `4.11.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.11.0/compatibility-slim/4.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.11.0/confidence-slim/4.10.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

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

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

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

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

##### 4.11.0

-   2022-12-28 - [1 commit(s)](https://togithub.com/mockito/mockito/compare/v4.10.0...v4.11.0) by Andy Coates
-   Improve vararg handling: approach 2 [(#&#8203;2807)](https://togithub.com/mockito/mockito/pull/2807)
-   Mocking varargs method with `any(String[].class)` doesn't work as expected [(#&#8203;2796)](https://togithub.com/mockito/mockito/issues/2796)
-   (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs [(#&#8203;1498)](https://togithub.com/mockito/mockito/issues/1498)
-   Cannot verify varargs parameter as an array [(#&#8203;1222)](https://togithub.com/mockito/mockito/issues/1222)
-   ArgumentCaptor can't capture varargs-arrays [(#&#8203;584)](https://togithub.com/mockito/mockito/issues/584)
-   Verification of an empty varargs call fails when isNotNull() is used [(#&#8203;567)](https://togithub.com/mockito/mockito/issues/567)

</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/gapic-generator-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
  • Loading branch information
renovate-bot committed Dec 28, 2022
1 parent 70b85cd commit 25c7b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gax-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 25c7b26

Please sign in to comment.