Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v4.8.1 (#1843)
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.8.0` -> `4.8.1` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.1/compatibility-slim/4.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.1/confidence-slim/4.8.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.8.1`](https://togithub.com/mockito/mockito/releases/tag/v4.8.1)

[Compare Source](https://togithub.com/mockito/mockito/compare/v4.8.0...v4.8.1)

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

##### 4.8.1

-   2022-10-17 - [6 commit(s)](https://togithub.com/mockito/mockito/compare/v4.8.0...v4.8.1) by andrepaschoal, dependabot\[bot]
-   Possible fix [#&#8203;2765](https://togithub.com/mockito/mockito/issues/2765): Add task to download package-list file from java as element-list [(#&#8203;2766)](https://togithub.com/mockito/mockito/pull/2766)
-   JavaDoc warning is blocking all pull requests [(#&#8203;2765)](https://togithub.com/mockito/mockito/issues/2765)
-   Bump versions.junitJupiter from 5.9.0 to 5.9.1 [(#&#8203;2758)](https://togithub.com/mockito/mockito/pull/2758)
-   Bump groovy from 3.0.12 to 3.0.13 [(#&#8203;2756)](https://togithub.com/mockito/mockito/pull/2756)
-   Bump com.diffplug.spotless from 6.10.0 to 6.11.0 [(#&#8203;2753)](https://togithub.com/mockito/mockito/pull/2753)
-   Bump org.eclipse.osgi from 3.18.0 to 3.18.100 [(#&#8203;2751)](https://togithub.com/mockito/mockito/pull/2751)
-   Bump versions.bytebuddy from 1.12.14 to 1.12.16 [(#&#8203;2747)](https://togithub.com/mockito/mockito/pull/2747)

</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, click this checkbox.

---

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/gax-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuNyIsInVwZGF0ZWRJblZlciI6IjMyLjI0MS4xMSJ9-->
  • Loading branch information
renovate-bot committed Oct 24, 2022
1 parent 8f7a38c commit bf67fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit bf67fc2

Please sign in to comment.