build(deps): bump mockito from 5.12.0 to 5.19.0
Bumps mockito from 5.12.0 to 5.19.0.
Updates org.mockito:mockito-core from 5.12.0 to 5.19.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.19.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.19.0
- 2025-08-15 - 37 commit(s) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot[bot], juyeop
- feat: Add support for JDK21 Sequenced Collections. [(#3708)](mockito/mockito#3708)
- Bump actions/checkout from 4 to 5 [(#3707)](mockito/mockito#3707)
- build: Allow overriding 'Created-By' for reproducible builds [(#3704)](mockito/mockito#3704)
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 [(#3703)](mockito/mockito#3703)
- Bump androidx.test:runner from 1.6.2 to 1.7.0 [(#3697)](mockito/mockito#3697)
- Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 [(#3694)](mockito/mockito#3694)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 [(#3693)](mockito/mockito#3693)
- Bump junit-jupiter from 5.13.3 to 5.13.4 [(#3691)](mockito/mockito#3691)
- Bump com.gradle.develocity from 4.0.2 to 4.1 [(#3689)](mockito/mockito#3689)
- Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 [(#3688)](mockito/mockito#3688)
- Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 [(#3686)](mockito/mockito#3686)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 [(#3685)](mockito/mockito#3685)
- Bump junit-jupiter from 5.13.2 to 5.13.3 [(#3684)](mockito/mockito#3684)
- Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 [(#3683)](mockito/mockito#3683)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 [(#3682)](mockito/mockito#3682)
- Only run release after both Java and Android tests have finished [(#3681)](mockito/mockito#3681)
- Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 [(#3680)](mockito/mockito#3680)
- Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 [(#3679)](mockito/mockito#3679)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 [(#3678)](mockito/mockito#3678)
- Can no longer publish snapshot releases [(#3677)](mockito/mockito#3677)
- Update Gradle to 8.14.2 [(#3676)](mockito/mockito#3676)
- Bump errorprone from 2.23.0 to 2.39.0 [(#3674)](mockito/mockito#3674)
- Correct Junit docs link [(#3672)](mockito/mockito#3672)
- Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 [(#3670)](mockito/mockito#3670)
- Bump junit-jupiter from 5.13.1 to 5.13.2 [(#3669)](mockito/mockito#3669)
- Bump bytebuddy from 1.17.5 to 1.17.6 [(#3668)](mockito/mockito#3668)
- Bump junit-jupiter from 5.12.2 to 5.13.1 [(#3666)](mockito/mockito#3666)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 [(#3665)](mockito/mockito#3665)
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 [(#3661)](mockito/mockito#3661)
- Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 [(#3660)](mockito/mockito#3660)
- Add JDK21 sequenced collections for ReturnsEmptyValues [(#3659)](mockito/mockito#3659)
- Bump com.gradle.develocity from 3.19.1 to 4.0.2 [(#3658)](mockito/mockito#3658)
- Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 [(#3657)](mockito/mockito#3657)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 [(#3656)](mockito/mockito#3656)
- Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 [(#3655)](mockito/mockito#3655)
- Bump junit-jupiter from 5.11.4 to 5.12.2 [(#3653)](mockito/mockito#3653)
- Reproducible Build: need to inject JDK distribution details to rebuild [(#3563)](mockito/mockito#3563)
v5.18.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
- 2025-05-20 - 5 commit(s) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot]
- Make vararg checks Scala friendly (for mockito-scala) [(#3651)](mockito/mockito#3651)
- For UnfinishedStubbingException, suggest the possibility of another thread [(#3636)](mockito/mockito#3636)
... (truncated)
Commits
144751bAdd support for JDK21 Sequenced Collections. (#3708)b275c7dBump actions/checkout from 4 to 5 (#3707)ad6ae2fAllow overriding 'Created-By' for reproducible builds (#3704)096ee9fBump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)aa7be27Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)c8a698bRemove unused testsea45979Bump errorprone from 2.39.0 to 2.41.09c8eb23Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)f05e44dBump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)9d32dfeBump junit-jupiter from 5.13.3 to 5.13.4 (#3691)- Additional commits viewable in compare view
Updates org.mockito:mockito-junit-jupiter from 5.12.0 to 5.19.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.19.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.19.0
- 2025-08-15 - 37 commit(s) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot[bot], juyeop
- feat: Add support for JDK21 Sequenced Collections. [(#3708)](mockito/mockito#3708)
- Bump actions/checkout from 4 to 5 [(#3707)](mockito/mockito#3707)
- build: Allow overriding 'Created-By' for reproducible builds [(#3704)](mockito/mockito#3704)
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 [(#3703)](mockito/mockito#3703)
- Bump androidx.test:runner from 1.6.2 to 1.7.0 [(#3697)](mockito/mockito#3697)
- Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 [(#3694)](mockito/mockito#3694)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 [(#3693)](mockito/mockito#3693)
- Bump junit-jupiter from 5.13.3 to 5.13.4 [(#3691)](mockito/mockito#3691)
- Bump com.gradle.develocity from 4.0.2 to 4.1 [(#3689)](mockito/mockito#3689)
- Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 [(#3688)](mockito/mockito#3688)
- Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 [(#3686)](mockito/mockito#3686)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 [(#3685)](mockito/mockito#3685)
- Bump junit-jupiter from 5.13.2 to 5.13.3 [(#3684)](mockito/mockito#3684)
- Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 [(#3683)](mockito/mockito#3683)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 [(#3682)](mockito/mockito#3682)
- Only run release after both Java and Android tests have finished [(#3681)](mockito/mockito#3681)
- Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 [(#3680)](mockito/mockito#3680)
- Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 [(#3679)](mockito/mockito#3679)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 [(#3678)](mockito/mockito#3678)
- Can no longer publish snapshot releases [(#3677)](mockito/mockito#3677)
- Update Gradle to 8.14.2 [(#3676)](mockito/mockito#3676)
- Bump errorprone from 2.23.0 to 2.39.0 [(#3674)](mockito/mockito#3674)
- Correct Junit docs link [(#3672)](mockito/mockito#3672)
- Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 [(#3670)](mockito/mockito#3670)
- Bump junit-jupiter from 5.13.1 to 5.13.2 [(#3669)](mockito/mockito#3669)
- Bump bytebuddy from 1.17.5 to 1.17.6 [(#3668)](mockito/mockito#3668)
- Bump junit-jupiter from 5.12.2 to 5.13.1 [(#3666)](mockito/mockito#3666)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 [(#3665)](mockito/mockito#3665)
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 [(#3661)](mockito/mockito#3661)
- Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 [(#3660)](mockito/mockito#3660)
- Add JDK21 sequenced collections for ReturnsEmptyValues [(#3659)](mockito/mockito#3659)
- Bump com.gradle.develocity from 3.19.1 to 4.0.2 [(#3658)](mockito/mockito#3658)
- Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 [(#3657)](mockito/mockito#3657)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 [(#3656)](mockito/mockito#3656)
- Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 [(#3655)](mockito/mockito#3655)
- Bump junit-jupiter from 5.11.4 to 5.12.2 [(#3653)](mockito/mockito#3653)
- Reproducible Build: need to inject JDK distribution details to rebuild [(#3563)](mockito/mockito#3563)
v5.18.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
- 2025-05-20 - 5 commit(s) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot]
- Make vararg checks Scala friendly (for mockito-scala) [(#3651)](mockito/mockito#3651)
- For UnfinishedStubbingException, suggest the possibility of another thread [(#3636)](mockito/mockito#3636)
... (truncated)
Commits
144751bAdd support for JDK21 Sequenced Collections. (#3708)b275c7dBump actions/checkout from 4 to 5 (#3707)ad6ae2fAllow overriding 'Created-By' for reproducible builds (#3704)096ee9fBump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)aa7be27Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)c8a698bRemove unused testsea45979Bump errorprone from 2.39.0 to 2.41.09c8eb23Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)f05e44dBump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)9d32dfeBump junit-jupiter from 5.13.3 to 5.13.4 (#3691)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Qodana Community for JVM
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json(see the Qodana SARIF format for details)
To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions