-
Notifications
You must be signed in to change notification settings - Fork 2
Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dependabot
merged 1 commit into
master
from
dependabot/maven/org.mockito-mockito-core-5.20.0
Sep 22, 2025
Merged
Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 #36
dependabot
merged 1 commit into
master
from
dependabot/maven/org.mockito-mockito-core-5.20.0
Sep 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
@dependabot merge
…On Tue, 23 Sept 2025, 01:02 dependabot[bot], ***@***.***> wrote:
Bumps org.mockito:mockito-core <https://github.com/mockito/mockito> from
5.19.0 to 5.20.0.
Release notes
*Sourced from org.mockito:mockito-core's releases
<https://github.com/mockito/mockito/releases>.*
v5.20.0
*Changelog generated by Shipkit Changelog Gradle Plugin
<https://github.com/shipkit/shipkit-changelog>*
5.20.0
- 2025-09-20 - 11 commit(s)
<mockito/mockito@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 [(#3730
<https://redirect.github.com/mockito/mockito/issues/3730>)](
mockito/mockito#3730
<https://redirect.github.com/mockito/mockito/pull/3730>)
- Introducing the Ability to Mock Construction of Generic Types (#2401
<https://redirect.github.com/mockito/mockito/issues/2401>) [(#3729
<https://redirect.github.com/mockito/mockito/issues/3729>)](
mockito/mockito#3729
<https://redirect.github.com/mockito/mockito/pull/3729>)
- Bump com.gradle.develocity from 4.1.1 to 4.2 [(#3726
<https://redirect.github.com/mockito/mockito/issues/3726>)](
mockito/mockito#3726
<https://redirect.github.com/mockito/mockito/pull/3726>)
- Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 [(#3725
<https://redirect.github.com/mockito/mockito/issues/3725>)](
mockito/mockito#3725
<https://redirect.github.com/mockito/mockito/pull/3725>)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200
[(#3720 <https://redirect.github.com/mockito/mockito/issues/3720>)](
mockito/mockito#3720
<https://redirect.github.com/mockito/mockito/pull/3720>)
- Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 [(#3719
<https://redirect.github.com/mockito/mockito/issues/3719>)](
mockito/mockito#3719
<https://redirect.github.com/mockito/mockito/pull/3719>)
- Bump actions/setup-java from 4 to 5 [(#3715
<https://redirect.github.com/mockito/mockito/issues/3715>)](
mockito/mockito#3715
<https://redirect.github.com/mockito/mockito/pull/3715>)
- Bump com.gradle.develocity from 4.1 to 4.1.1 [(#3713
<https://redirect.github.com/mockito/mockito/issues/3713>)](
mockito/mockito#3713
<https://redirect.github.com/mockito/mockito/pull/3713>)
- Bump bytebuddy from 1.17.6 to 1.17.7 [(#3712
<https://redirect.github.com/mockito/mockito/issues/3712>)](
mockito/mockito#3712
<https://redirect.github.com/mockito/mockito/pull/3712>)
- test: Use Assume.assumeThat for SequencedCollection tests [(#3711
<https://redirect.github.com/mockito/mockito/issues/3711>)](
mockito/mockito#3711
<https://redirect.github.com/mockito/mockito/pull/3711>)
- Fix #3709 <https://redirect.github.com/mockito/mockito/issues/3709>
[(#3710 <https://redirect.github.com/mockito/mockito/issues/3710>)](
mockito/mockito#3710
<https://redirect.github.com/mockito/mockito/pull/3710>)
- feat: Add support for JDK21 Sequenced Collections. [(#3708
<https://redirect.github.com/mockito/mockito/issues/3708>)](
mockito/mockito#3708
<https://redirect.github.com/mockito/mockito/pull/3708>)
- Introducing the Ability to Mock Construction of Generic Types [(#2401
<https://redirect.github.com/mockito/mockito/issues/2401>)](
mockito/mockito#2401
<https://redirect.github.com/mockito/mockito/issues/2401>)
Commits
- 3a1a19e
<mockito/mockito@3a1a19e>
Add support for generic types in MockedConstruction and MockedStatic (
#3729 <https://redirect.github.com/mockito/mockito/issues/3729>)
- f3c957a
<mockito/mockito@f3c957a>
Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#3730
<https://redirect.github.com/mockito/mockito/issues/3730>)
- 3cfbd42
<mockito/mockito@3cfbd42>
Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#3725
<https://redirect.github.com/mockito/mockito/issues/3725>)
- 6f9a04b
<mockito/mockito@6f9a04b>
Bump com.gradle.develocity from 4.1.1 to 4.2 (#3726
<https://redirect.github.com/mockito/mockito/issues/3726>)
- c75dfb8
<mockito/mockito@c75dfb8>
Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (
#3720 <https://redirect.github.com/mockito/mockito/issues/3720>)
- 54474fa
<mockito/mockito@54474fa>
Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#3719
<https://redirect.github.com/mockito/mockito/issues/3719>)
- bc06f21
<mockito/mockito@bc06f21>
Use Assume.assumeThat for SequencedCollection tests (#3711
<https://redirect.github.com/mockito/mockito/issues/3711>)
- a10aed0
<mockito/mockito@a10aed0>
Bump actions/setup-java from 4 to 5 (#3715
<https://redirect.github.com/mockito/mockito/issues/3715>)
- 37bb3e5
<mockito/mockito@37bb3e5>
Fix metadata generation on GraalVM (#3710
<https://redirect.github.com/mockito/mockito/issues/3710>)
- ef2fd6f
<mockito/mockito@ef2fd6f>
Bump com.gradle.develocity from 4.1 to 4.1.1 (#3713
<https://redirect.github.com/mockito/mockito/issues/3713>)
- Additional commits viewable in compare view
<mockito/mockito@v5.19.0...v5.20.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#36
Commit Summary
- 42ea57f
<42ea57f>
Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
File Changes
(1 file <https://github.com/natzei/jvrp/pull/36/files>)
- *M* pom.xml
<https://github.com/natzei/jvrp/pull/36/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8>
(2)
Patch Links:
- https://github.com/natzei/jvrp/pull/36.patch
- https://github.com/natzei/jvrp/pull/36.diff
—
Reply to this email directly, view it on GitHub
<#36>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBDOMU43AULMB3N5EGXPLD3UB5XJAVCNFSM6AAAAACHGYP4QOVHI2DSMVQWIX3LMV43ASLTON2WKOZTGQ2DGMBUGUYDQMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps org.mockito:mockito-core from 5.19.0 to 5.20.0.
Release notes
Sourced from org.mockito:mockito-core's releases.
Commits
3a1a19eAdd support for generic types inMockedConstructionandMockedStatic(#3729)f3c957aBump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#3730)3cfbd42Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#3725)6f9a04bBump com.gradle.develocity from 4.1.1 to 4.2 (#3726)c75dfb8Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (#3720)54474faBump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#3719)bc06f21Use Assume.assumeThat for SequencedCollection tests (#3711)a10aed0Bump actions/setup-java from 4 to 5 (#3715)37bb3e5Fix metadata generation on GraalVM (#3710)ef2fd6fBump com.gradle.develocity from 4.1 to 4.1.1 (#3713)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)