Skip to content

Commit 70a0e2f

Browse files
chore: update dependency org.mockito:mockito-junit-jupiter to v5.17.0 (#83)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://redirect.github.com/mockito/mockito) | `5.16.1` -> `5.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-junit-jupiter/5.17.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.17.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.16.1/5.17.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.16.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary> ### [`v5.17.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.17.0) [Compare Source](https://redirect.github.com/mockito/mockito/compare/v5.16.1...v5.17.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.17.0 - 2025-04-04 - [7 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.16.1...v5.17.0) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe - Fixes [#&#8203;3631](https://redirect.github.com/mockito/mockito/issues/3631): Fix broken banner image link [(#&#8203;3632)](https://redirect.github.com/mockito/mockito/pull/3632) - Banner image is broken [(#&#8203;3631)](https://redirect.github.com/mockito/mockito/issues/3631) - Update exception message with mockito-inline [(#&#8203;3628)](https://redirect.github.com/mockito/mockito/pull/3628) - Clarify structure of commit messages [(#&#8203;3626)](https://redirect.github.com/mockito/mockito/pull/3626) - Fixes [#&#8203;3622](https://redirect.github.com/mockito/mockito/issues/3622): MockitoExtension fails cleanup when aborted before setup [(#&#8203;3623)](https://redirect.github.com/mockito/mockito/pull/3623) - MockitoExtension fails cleanup when aborted before setup [(#&#8203;3622)](https://redirect.github.com/mockito/mockito/issues/3622) - Since mockito-inline has been removed, the exception messages with `mockito-inline` should be modified. [(#&#8203;3621)](https://redirect.github.com/mockito/mockito/issues/3621) - Fixes [#&#8203;3171](https://redirect.github.com/mockito/mockito/issues/3171): Fall back to Throwable Location strategy on Android [(#&#8203;3619)](https://redirect.github.com/mockito/mockito/pull/3619) - Fixes [#&#8203;3615](https://redirect.github.com/mockito/mockito/issues/3615) : broken links to javadoc.io [(#&#8203;3616)](https://redirect.github.com/mockito/mockito/pull/3616) - Broken links to javadoc.io [(#&#8203;3615)](https://redirect.github.com/mockito/mockito/issues/3615) - Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#&#8203;3171)](https://redirect.github.com/mockito/mockito/issues/3171) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6:00am" in timezone Europe/Berlin, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/CloudNetService/module-rest). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0OiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2de987 commit 70a0e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ checkstyleTools = "10.23.1"
99

1010
# testing
1111
junit = "5.12.1"
12-
mockito = "5.16.1"
12+
mockito = "5.17.0"
1313
junitLauncher = "1.12.1"
1414
testcontainers = "1.21.0"
1515

0 commit comments

Comments
 (0)