build(deps-dev): bump mockito-core from 4.11.0 to 5.0.0#768
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps-dev): bump mockito-core from 4.11.0 to 5.0.0#768dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #815. |
mergify bot
added a commit
that referenced
this pull request
Mar 9, 2026
…6.1 to 3.6.2 [skip ci] Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.1 to 3.6.2. Release notes *Sourced from [org.apache.maven.plugins:maven-shade-plugin's releases](https://github.com/apache/maven-shade-plugin/releases).* > 3.6.2 > ----- > > 🐛 Bug Fixes > ----------- > > * Bug: Extra JARs and Artifacts were not subjected to filtering ([#785](https://redirect.github.com/apache/maven-shade-plugin/pull/785)) [`@cstamas`](https://github.com/cstamas) > > 👻 Maintenance > ------------- > > * Drop excessive dependencies ([#786](https://redirect.github.com/apache/maven-shade-plugin/pull/786)) [`@cstamas`](https://github.com/cstamas) > * chore: remove junit3 reference ([#762](https://redirect.github.com/apache/maven-shade-plugin/pull/762)) [`@sparsick`](https://github.com/sparsick) > * Exclude Java 25 ([#773](https://redirect.github.com/apache/maven-shade-plugin/pull/773)) [`@slachiewicz`](https://github.com/slachiewicz) > * Update site descriptor, use site configuration from parent ([#755](https://redirect.github.com/apache/maven-shade-plugin/pull/755)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > > 📦 Dependency updates > -------------------- > > * Drop unneeded dependencies ([#788](https://redirect.github.com/apache/maven-shade-plugin/pull/788)) [`@cstamas`](https://github.com/cstamas) > * Update to parent POM v 47 ([#781](https://redirect.github.com/apache/maven-shade-plugin/pull/781)) [`@Bukama`](https://github.com/Bukama) > * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 ([#782](https://redirect.github.com/apache/maven-shade-plugin/pull/782)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#780](https://redirect.github.com/apache/maven-shade-plugin/pull/780)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 ([#778](https://redirect.github.com/apache/maven-shade-plugin/pull/778)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump asmVersion from 9.9 to 9.9.1 ([#774](https://redirect.github.com/apache/maven-shade-plugin/pull/774)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Update invoker plugin to 3.9.1 to Support Java 25 ([#769](https://redirect.github.com/apache/maven-shade-plugin/pull/769)) [`@Bukama`](https://github.com/Bukama) > * Bump asmVersion from 9.8 to 9.9 ([#761](https://redirect.github.com/apache/maven-shade-plugin/pull/761)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.xmlunit:xmlunit-legacy from 2.10.3 to 2.11.0 ([#763](https://redirect.github.com/apache/maven-shade-plugin/pull/763)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 ([#764](https://redirect.github.com/apache/maven-shade-plugin/pull/764)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([#768](https://redirect.github.com/apache/maven-shade-plugin/pull/768)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 ([#758](https://redirect.github.com/apache/maven-shade-plugin/pull/758)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`ad8de59`](apache/maven-shade-plugin@ad8de59) [maven-release-plugin] prepare release maven-shade-plugin-3.6.2 * [`8eb19dc`](apache/maven-shade-plugin@8eb19dc) Drop unneeded dependencies ([#788](https://redirect.github.com/apache/maven-shade-plugin/issues/788)) * [`397b2cd`](apache/maven-shade-plugin@397b2cd) Drop excessive dependencies ([#786](https://redirect.github.com/apache/maven-shade-plugin/issues/786)) * [`eca6398`](apache/maven-shade-plugin@eca6398) Bug: Extra JARs and Artifacts were not subjected to filtering ([#785](https://redirect.github.com/apache/maven-shade-plugin/issues/785)) * [`7edce17`](apache/maven-shade-plugin@7edce17) Update to parent POM v 47 ([#781](https://redirect.github.com/apache/maven-shade-plugin/issues/781)) * [`3171a34`](apache/maven-shade-plugin@3171a34) Mockito improvements ([#783](https://redirect.github.com/apache/maven-shade-plugin/issues/783)) * [`678844b`](apache/maven-shade-plugin@678844b) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness ([#782](https://redirect.github.com/apache/maven-shade-plugin/issues/782)) * [`73ec909`](apache/maven-shade-plugin@73ec909) Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#780](https://redirect.github.com/apache/maven-shade-plugin/issues/780)) * [`5f7a877`](apache/maven-shade-plugin@5f7a877) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness ([#778](https://redirect.github.com/apache/maven-shade-plugin/issues/778)) * [`73c5247`](apache/maven-shade-plugin@73c5247) chore: remove junit3 reference ([#762](https://redirect.github.com/apache/maven-shade-plugin/issues/762)) * Additional commits viewable in [compare view](apache/maven-shade-plugin@maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2) [](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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show 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)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 mockito-core from 4.11.0 to 5.0.0.
Release notes
Sourced from mockito-core's releases.
... (truncated)
Commits
adf528dBump versions.bytebuddy from 1.12.21 to 1.12.22 (#2864)2418419Bump versions.junitJupiter from 5.9.1 to 5.9.2 (#2858)3d40cd5Bump junit-platform-launcher from 1.9.1 to 1.9.2 (#2859)9bec8e3Bump versions.errorprone from 2.17.0 to 2.18.0 (#2857)a9595f5Switch the default mockmaker to the inline mockmaker on JDK 17+ (#2834)c5d7fbcBump assertj-core from 3.23.1 to 3.24.1 (#2854)dbd7f2fBump versions.bytebuddy from 1.12.20 to 1.12.21 (#2852)4d62fa7Bump junit from 1.1.4 to 1.1.5 (#2850)b1b6d6aBump espresso-core from 3.5.0 to 3.5.1 (#2849)7b5b8ddRemove use case for non-existent method VerificationWithTimeout#never (#2848)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 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)