Skip to content

Commit ecf33c7

Browse files
Update dependency org.mockito:mockito-bom to v5.16.1 (#102)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-bom](https://redirect.github.com/mockito/mockito) | `5.16.0` -> `5.16.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-bom/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-bom/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-bom/5.16.0/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-bom/5.16.0/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-bom)</summary> ### [`v5.16.1`](https://redirect.github.com/mockito/mockito/releases/tag/v5.16.1) [Compare Source](https://redirect.github.com/mockito/mockito/compare/v5.16.0...v5.16.1) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.16.1 - 2025-03-15 - [3 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.16.0...v5.16.1) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter - Remove Arrays.asList from critical stubbing path in GenericMetadataSu… [(#&#8203;3610)](https://redirect.github.com/mockito/mockito/pull/3610) - Rework of injection strategy in the context of modules [(#&#8203;3608)](https://redirect.github.com/mockito/mockito/pull/3608) - Adjust inline mocking snippet to allow task relocatability [(#&#8203;3606)](https://redirect.github.com/mockito/mockito/pull/3606) - Inline mocking configuration snippet for Gradle should allow task relocatability [(#&#8203;3605)](https://redirect.github.com/mockito/mockito/issues/3605) </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/kpavlov/langchain4j-kotlin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1307815 commit ecf33c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<kotlinx.version>1.10.1</kotlinx.version>
6161
<langchain4j.version>1.0.0-beta1</langchain4j.version>
6262
<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
63-
<mockito.version>5.16.0</mockito.version>
63+
<mockito.version>5.16.1</mockito.version>
6464
<slf4j.version>2.0.17</slf4j.version>
6565
</properties>
6666

0 commit comments

Comments
 (0)