Skip to content

Commit 379c77b

Browse files
fix(deps): update mockito monorepo to v5.20.0 (#1735)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://redirect.github.com/mockito/mockito) | `5.19.0` -> `5.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-junit-jupiter/5.20.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.19.0/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | `5.19.0` -> `5.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/5.19.0/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary> ### [`v5.20.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.20.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.20.0 - 2025-09-20 - [11 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.19.0...v5.20.0) by Adrian-Kim, Giulio Longfils, Rafael Winterhalter, dependabot\[bot] - Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 [(#&#8203;3730)](https://redirect.github.com/mockito/mockito/pull/3730) - Introducing the Ability to Mock Construction of Generic Types ([#&#8203;2401](https://redirect.github.com/mockito/mockito/issues/2401)) [(#&#8203;3729)](https://redirect.github.com/mockito/mockito/pull/3729) - Bump com.gradle.develocity from 4.1.1 to 4.2 [(#&#8203;3726)](https://redirect.github.com/mockito/mockito/pull/3726) - Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 [(#&#8203;3725)](https://redirect.github.com/mockito/mockito/pull/3725) - Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 [(#&#8203;3720)](https://redirect.github.com/mockito/mockito/pull/3720) - Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 [(#&#8203;3719)](https://redirect.github.com/mockito/mockito/pull/3719) - Bump actions/setup-java from 4 to 5 [(#&#8203;3715)](https://redirect.github.com/mockito/mockito/pull/3715) - Bump com.gradle.develocity from 4.1 to 4.1.1 [(#&#8203;3713)](https://redirect.github.com/mockito/mockito/pull/3713) - Bump bytebuddy from 1.17.6 to 1.17.7 [(#&#8203;3712)](https://redirect.github.com/mockito/mockito/pull/3712) - test: Use Assume.assumeThat for SequencedCollection tests [(#&#8203;3711)](https://redirect.github.com/mockito/mockito/pull/3711) - Fix [#&#8203;3709](https://redirect.github.com/mockito/mockito/issues/3709) [(#&#8203;3710)](https://redirect.github.com/mockito/mockito/pull/3710) - feat: Add support for JDK21 Sequenced Collections. [(#&#8203;3708)](https://redirect.github.com/mockito/mockito/pull/3708) - Introducing the Ability to Mock Construction of Generic Types [(#&#8203;2401)](https://redirect.github.com/mockito/mockito/issues/2401) </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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90ce064 commit 379c77b

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
@@ -6,7 +6,7 @@ assertj = "3.27.5"
66
junit = "5.13.4"
77
junitPlatformLauncher = "1.13.4"
88
slf4j = "2.0.17"
9-
mockito = "5.19.0"
9+
mockito = "5.20.0"
1010
okhttp3 = "5.1.0"
1111

1212
[libraries]

0 commit comments

Comments
 (0)