Skip to content

Commit 062645d

Browse files
test(deps): update dependency org.mockito:mockito-junit-jupiter to v5.18.0 (#117)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://redirect.github.com/mockito/mockito) | `5.17.0` -> `5.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-junit-jupiter/5.18.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.18.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.17.0/5.18.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.17.0/5.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</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 - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/Hapag-Lloyd/json-logic-rule-maker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fa2395 commit 062645d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.mockito</groupId>
9292
<artifactId>mockito-junit-jupiter</artifactId>
93-
<version>5.17.0</version>
93+
<version>5.18.0</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>

0 commit comments

Comments
 (0)