Skip to content

Commit 5110a9a

Browse files
authored
fix(deps): Update mockito monorepo to v5.15.2 (#320)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://togithub.com/mockito/mockito) | dependencies | minor | `5.14.2` -> `5.15.2` | | [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-junit-jupiter)</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 these updates 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 97b3b6c commit 5110a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dependencies {
5353
testImplementation platform('org.junit:junit-bom:5.11.4')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
56-
testImplementation 'org.mockito:mockito-core:5.14.2'
57-
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
56+
testImplementation 'org.mockito:mockito-core:5.15.2'
57+
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
5858
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1'
5959
testImplementation 'org.assertj:assertj-core:3.27.3'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

0 commit comments

Comments
 (0)