Skip to content

Commit

Permalink
fix(deps): update mockito monorepo to v5.8.0 (#1176)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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-junit-jupiter](https://github.com/mockito/mockito)
| `5.7.0` -> `5.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-junit-jupiter/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-junit-jupiter/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-junit-jupiter/5.7.0/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-junit-jupiter/5.7.0/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [org.mockito:mockito-core](https://github.com/mockito/mockito) |
`5.7.0` -> `5.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-core/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-core/5.7.0/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/5.7.0/5.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v5.8.0`](https://github.com/mockito/mockito/releases/tag/v5.8.0)

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

##### 5.8.0

- 2023-12-01 - [15
commit(s)](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0)
by Andreas Turban, Mikaël Francoeur, dependabot\[bot], jfrantzius
- [#&#8203;3000](https://github.com/mockito/mockito/issues/3000): fix
ArrayIndexOutOfBoundsException
[(#&#8203;3190)](https://github.com/mockito/mockito/pull/3190)
- Bump com.diffplug.spotless from 6.23.1 to 6.23.2
[(#&#8203;3188)](https://github.com/mockito/mockito/pull/3188)
- Bump com.diffplug.spotless from 6.23.0 to 6.23.1
[(#&#8203;3186)](https://github.com/mockito/mockito/pull/3186)
- Bump actions/setup-java from 3 to 4
[(#&#8203;3185)](https://github.com/mockito/mockito/pull/3185)
- Apply spotless to all java projects
[(#&#8203;3184)](https://github.com/mockito/mockito/pull/3184)
- Bump com.diffplug.spotless from 6.22.0 to 6.23.0
[(#&#8203;3182)](https://github.com/mockito/mockito/pull/3182)
- Fixes [#&#8203;3179](https://github.com/mockito/mockito/issues/3179)
: Add module for Java 21 tests.
[(#&#8203;3180)](https://github.com/mockito/mockito/pull/3180)
- Need separate module for java 21 tests
[(#&#8203;3179)](https://github.com/mockito/mockito/issues/3179)
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.20 to 1.9.21
[(#&#8203;3176)](https://github.com/mockito/mockito/pull/3176)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.20 to 1.9.21
[(#&#8203;3175)](https://github.com/mockito/mockito/pull/3175)
- Bump versions.bytebuddy from 1.14.9 to 1.14.10
[(#&#8203;3174)](https://github.com/mockito/mockito/pull/3174)
- Fixes [#&#8203;3160](https://github.com/mockito/mockito/issues/3160)
: Fix interference between spies when spying on records.
[(#&#8203;3173)](https://github.com/mockito/mockito/pull/3173)
- Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0
[(#&#8203;3172)](https://github.com/mockito/mockito/pull/3172)
- Bump versions.junitJupiter from 5.10.0 to 5.10.1
[(#&#8203;3169)](https://github.com/mockito/mockito/pull/3169)
- Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1
[(#&#8203;3168)](https://github.com/mockito/mockito/pull/3168)
- Deep Stubs Incompatible With Mocking Enum
[(#&#8203;3167)](https://github.com/mockito/mockito/pull/3167)
- Annotation-based spying on a generic class breaks existing
final/inline Spies
[(#&#8203;3160)](https://github.com/mockito/mockito/issues/3160)
- ArrayIndexOutOfBoundsException with Version 5.3.1
[(#&#8203;3000)](https://github.com/mockito/mockito/issues/3000)
- Deep Stubs Incompatible With Mocking Enum
[(#&#8203;2984)](https://github.com/mockito/mockito/issues/2984)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/line/line-bot-sdk-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 5e40c55 commit a779b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libraries.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jackson = "2.16.0"
assertj = "3.24.2"
junit = "5.10.1"
slf4j = "2.0.9"
mockito = "5.7.0"
mockito = "5.8.0"
okhttp3 = "4.12.0"

[libraries]
Expand Down

0 comments on commit a779b9e

Please sign in to comment.