Skip to content

dependency: Update mockito monorepo to v5.19.0 (minor) - #182

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/mockito-monorepo
Sep 17, 2025
Merged

dependency: Update mockito monorepo to v5.19.0 (minor)#182
renovate[bot] merged 1 commit into
masterfrom
renovate/mockito-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 17, 2025

Copy link
Copy Markdown
Contributor

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
org.mockito:mockito-junit-jupiter 5.15.2 -> 5.19.0 age confidence
org.mockito:mockito-core 5.15.2 -> 5.19.0 age confidence

Release Notes

mockito/mockito (org.mockito:mockito-junit-jupiter)

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)
  • Bump actions/checkout from 4 to 5 (#โ€‹3707)
  • build: Allow overriding 'Created-By' for reproducible builds (#โ€‹3704)
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#โ€‹3703)
  • Bump androidx.test:runner from 1.6.2 to 1.7.0 (#โ€‹3697)
  • Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#โ€‹3694)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#โ€‹3693)
  • Bump junit-jupiter from 5.13.3 to 5.13.4 (#โ€‹3691)
  • Bump com.gradle.develocity from 4.0.2 to 4.1 (#โ€‹3689)
  • Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 (#โ€‹3688)
  • Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 (#โ€‹3686)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 (#โ€‹3685)
  • Bump junit-jupiter from 5.13.2 to 5.13.3 (#โ€‹3684)
  • Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 (#โ€‹3683)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 (#โ€‹3682)
  • Only run release after both Java and Android tests have finished
    (#โ€‹3681)
  • Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 (#โ€‹3680)
  • Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 (#โ€‹3679)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 (#โ€‹3678)
  • Can no longer publish snapshot releases (#โ€‹3677)
  • Update Gradle to 8.14.2 (#โ€‹3676)
  • Bump errorprone from 2.23.0 to 2.39.0 (#โ€‹3674)
  • Correct Junit docs link (#โ€‹3672)
  • Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 (#โ€‹3670)
  • Bump junit-jupiter from 5.13.1 to 5.13.2 (#โ€‹3669)
  • Bump bytebuddy from 1.17.5 to 1.17.6 (#โ€‹3668)
  • Bump junit-jupiter from 5.12.2 to 5.13.1 (#โ€‹3666)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 (#โ€‹3665)
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 (#โ€‹3661)
  • Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 (#โ€‹3660)
  • Add JDK21 sequenced collections for ReturnsEmptyValues (#โ€‹3659)
  • Bump com.gradle.develocity from 3.19.1 to 4.0.2 (#โ€‹3658)
  • Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 (#โ€‹3657)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 (#โ€‹3656)
  • Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 (#โ€‹3655)
  • Bump junit-jupiter from 5.11.4 to 5.12.2 (#โ€‹3653)
  • Reproducible Build: need to inject JDK distribution details to rebuild (#โ€‹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)
  • For UnfinishedStubbingException, suggest the possibility of another thread (#โ€‹3636)
  • UnfinishedStubbingException ought to suggest the possibility of another thread (#โ€‹3635)

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1
  • 2025-03-15 - 3 commit(s) by Adrian Roos, Jรฉrรดme Prinet, Rafael Winterhalter
  • Remove Arrays.asList from critical stubbing path in GenericMetadataSuโ€ฆ (#โ€‹3610)
  • Rework of injection strategy in the context of modules (#โ€‹3608)
  • Adjust inline mocking snippet to allow task relocatability (#โ€‹3606)
  • Inline mocking configuration snippet for Gradle should allow task relocatability (#โ€‹3605)

v5.16.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#โ€‹3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#โ€‹3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#โ€‹3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#โ€‹3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#โ€‹3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#โ€‹3569)
  • Tweaks documentation on mockito agent config for maven (#โ€‹3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#โ€‹3567)
  • Refine reflection when calling management factory (#โ€‹3566)
  • Avoid warning when dynamic attach is enabled (#โ€‹3551)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the ๐Ÿ”„ dependencies Pull requests that update a dependency file label Sep 17, 2025
@renovate
renovate Bot force-pushed the renovate/mockito-monorepo branch 3 times, most recently from e0dd0f0 to bea87db Compare September 17, 2025 12:35
@renovate
renovate Bot force-pushed the renovate/mockito-monorepo branch from bea87db to a30ec1b Compare September 17, 2025 17:33
@renovate
renovate Bot merged commit 17fe3dd into master Sep 17, 2025
2 checks passed
@renovate
renovate Bot deleted the renovate/mockito-monorepo branch September 17, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

๐Ÿ”„ dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants