Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v4.…
Browse files Browse the repository at this point in the history
…1.0 (#180)

[![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.kotlin:mockito-kotlin](https://togithub.com/mockito/mockito-kotlin)
| `4.0.0` -> `4.1.0` |
[![age](https://badges.renovateapi.com/packages/maven/org.mockito.kotlin:mockito-kotlin/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/org.mockito.kotlin:mockito-kotlin/4.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/org.mockito.kotlin:mockito-kotlin/4.1.0/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/org.mockito.kotlin:mockito-kotlin/4.1.0/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mockito/mockito-kotlin</summary>

###
[`v4.1.0`](https://togithub.com/mockito/mockito-kotlin/releases/tag/4.1.0)

[Compare
Source](https://togithub.com/mockito/mockito-kotlin/compare/4.0.0...4.1.0)

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

##### 4.1.0

- 2022-11-26 - [6
commit(s)](https://togithub.com/mockito/mockito-kotlin/compare/4.0.0...4.1.0)
by Niklas Seyfarth, Tim van der Lippe, Vetle Leinonen-Roeim, taeyeonKim,
wrongwrong
- Update Shipkit versions
[(#&#8203;468)](https://togithub.com/mockito/mockito-kotlin/pull/468)
- Also trigger release on 4.x tags
[(#&#8203;466)](https://togithub.com/mockito/mockito-kotlin/pull/466)
- Ease verify inOrder for suspending functions
[(#&#8203;464)](https://togithub.com/mockito/mockito-kotlin/pull/464)
- Upgrading Gradle to 6.9.2, Kotlin to 1.4.20, junit to 4.13.2 and
mockito to 4.4.0
[(#&#8203;458)](https://togithub.com/mockito/mockito-kotlin/pull/458)
- Add LenientStubber
[(#&#8203;454)](https://togithub.com/mockito/mockito-kotlin/pull/454)
- Remove jcenter
[(#&#8203;450)](https://togithub.com/mockito/mockito-kotlin/pull/450)
- Add support for per-mock strictness
[(#&#8203;325)](https://togithub.com/mockito/mockito-kotlin/issues/325)

</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/Yash-Garg/qBittorrent-Manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2022
1 parent 1555ab8 commit f9e8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tools-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04"
junit = "junit:junit:4.13.2"
kotlin-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4"
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:4.0.0"
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:4.1.0"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit f9e8012

Please sign in to comment.