Skip to content

Commit 6076efa

Browse files
fix(deps): update mockito monorepo to v5.14.1 (#1432)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://redirect.github.com/mockito/mockito) | `5.14.0` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-junit-jupiter/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-junit-jupiter/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-junit-jupiter/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-junit-jupiter/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | `5.14.0` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-core/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-core/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary> ### [`v5.14.1`](https://redirect.github.com/mockito/mockito/releases/tag/v5.14.1) [Compare Source](https://redirect.github.com/mockito/mockito/compare/v5.14.0...v5.14.1) #### What's Changed - Bump bytebuddy from 1.15.2 to 1.15.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/mockito/mockito/pull/3452](https://redirect.github.com/mockito/mockito/pull/3452) - fix: gradle mockitoAgent configuration should not be transitive by [@&#8203;bric3](https://redirect.github.com/bric3) in [https://github.com/mockito/mockito/pull/3454](https://redirect.github.com/mockito/mockito/pull/3454) **Full Changelog**: mockito/mockito@v5.14.0...v5.14.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 359648b commit 6076efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libraries.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jackson = "2.18.0"
55
assertj = "3.26.3"
66
junit = "5.11.1"
77
slf4j = "2.0.16"
8-
mockito = "5.14.0"
8+
mockito = "5.14.1"
99
okhttp3 = "4.12.0"
1010

1111
[libraries]

0 commit comments

Comments
 (0)