Skip to content

Commit 5d68bb9

Browse files
authored
fix(deps): Update dependency org.mockito:mockito-core to v5.18.0 (#179)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | dependencies | minor | `5.17.0` -> `5.18.0` | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-core)</summary> ### [`v5.18.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.18.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.18.0 - 2025-05-20 - [5 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.17.0...v5.18.0) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot\[bot] - Make vararg checks Scala friendly (for mockito-scala) [(#&#8203;3651)](https://redirect.github.com/mockito/mockito/pull/3651) - For UnfinishedStubbingException, suggest the possibility of another thread [(#&#8203;3636)](https://redirect.github.com/mockito/mockito/pull/3636) - UnfinishedStubbingException ought to suggest the possibility of another thread [(#&#8203;3635)](https://redirect.github.com/mockito/mockito/issues/3635) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent cbedc13 commit 5d68bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
testImplementation "io.grpc:grpc-testing:${grpcVersion}"
4242
testImplementation "junit:junit:4.13.2"
43-
testImplementation "org.mockito:mockito-core:5.17.0"
43+
testImplementation "org.mockito:mockito-core:5.18.0"
4444
}
4545

4646
protobuf {

0 commit comments

Comments
 (0)