Skip to content

Commit 16bd556

Browse files
authored
fix(deps): Update dependency org.mockito:mockito-core to v5.15.2 (#155)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | dependencies | minor | `5.14.2` -> `5.15.2` | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-core)</summary> ### [`v5.15.2`](https://togithub.com/mockito/mockito/releases/tag/v5.15.2) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.15.2 - 2025-01-02 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v5.15.1...v5.15.2) by Brice Dutheil, dependabot\[bot] - Fix javadoc publication [(#&#8203;3561)](https://togithub.com/mockito/mockito/pull/3561) - Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 [(#&#8203;3560)](https://togithub.com/mockito/mockito/pull/3560) - The release job is failed again [(#&#8203;3542)](https://togithub.com/mockito/mockito/issues/3542) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 74bec67 commit 16bd556

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.14.2"
43+
testImplementation "org.mockito:mockito-core:5.15.2"
4444
}
4545

4646
protobuf {

0 commit comments

Comments
 (0)