Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.10.0 (#157)
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) |
`5.9.0` -> `5.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-core/5.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-core/5.9.0/5.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/5.9.0/5.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mockito/mockito (org.mockito:mockito-core)</summary>

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

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

##### 5.10.0

- 2024-01-24 - [8
commit(s)](https://togithub.com/mockito/mockito/compare/v5.9.0...v5.10.0)
by Andre Brait, dependabot\[bot]
- Bump org.shipkit:shipkit-auto-version from 1.2.2 to 2.0.2
[(#&#8203;3248)](https://togithub.com/mockito/mockito/pull/3248)
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2
[(#&#8203;3247)](https://togithub.com/mockito/mockito/pull/3247)
- Bump org.shipkit:shipkit-changelog from 1.2.0 to 2.0.1
[(#&#8203;3245)](https://togithub.com/mockito/mockito/pull/3245)
- Bump com.diffplug.spotless from 6.24.0 to 6.25.0
[(#&#8203;3244)](https://togithub.com/mockito/mockito/pull/3244)
- Better typing for PluginLoader#loadPlugin(..)
[(#&#8203;3242)](https://togithub.com/mockito/mockito/pull/3242)
- Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0
[(#&#8203;3241)](https://togithub.com/mockito/mockito/pull/3241)
- Bump com.diffplug.spotless from 6.23.3 to 6.24.0
[(#&#8203;3236)](https://togithub.com/mockito/mockito/pull/3236)
- Fixes
[#&#8203;3219](https://togithub.com/mockito/mockito/issues/3219): Add
support for static mocks on DoNotMockEnforcer
[(#&#8203;3220)](https://togithub.com/mockito/mockito/pull/3220)
- Mockito#mockStatic(Class\<?>) skips DoNotMockEnforcer
[(#&#8203;3219)](https://togithub.com/mockito/mockito/issues/3219)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://developer.mend.io/github/Hapag-Lloyd/dist-comm-vis-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent ff5dd1b commit 40f14c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 40f14c8

Please sign in to comment.