Skip to content

Commit

Permalink
test(deps): update dependency org.mockito:mockito-core to v4.3.1 (#406)
Browse files Browse the repository at this point in the history
[![WhiteSource 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://github.com/mockito/mockito) | `4.3.0` -> `4.3.1` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/compatibility-slim/4.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/confidence-slim/4.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v4.3.1`](https://github.com/mockito/mockito/releases/v4.3.1)

[Compare Source](https://github.com/mockito/mockito/compare/v4.3.0...v4.3.1)

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

##### 4.3.1

-   2022-01-25 - [1 commit(s)](https://github.com/mockito/mockito/compare/v4.3.0...v4.3.1) by Stefano Cordio
-   Add `mockito-core` to the BOM [(#&#8203;2550)](https://github.com/mockito/mockito/pull/2550)

</details>

---

### Configuration

📅 **Schedule**: 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, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
  • Loading branch information
renovate-bot authored and Shabirmean committed Nov 17, 2022
1 parent c2278df commit c0a95e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow-cx/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c0a95e3

Please sign in to comment.