-
-
Notifications
You must be signed in to change notification settings - Fork 86
Bump mockito-core from 4.4.0 to 4.6.0 #416
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
Merged
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 [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
mergify bot
added a commit
that referenced
this pull request
Aug 10, 2025
… ci] Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. Release notes *Sourced from [actions/download-artifact's releases](https://github.com/actions/download-artifact/releases).* > v5.0.0 > ------ > > What's Changed > -------------- > > * Update README.md by [`@nebuk89`](https://github.com/nebuk89) in [actions/download-artifact#407](https://redirect.github.com/actions/download-artifact/pull/407) > * BREAKING fix: inconsistent path behavior for single artifact downloads by ID by [`@GrantBirki`](https://github.com/GrantBirki) in [actions/download-artifact#416](https://redirect.github.com/actions/download-artifact/pull/416) > > v5.0.0 > ------ > > ### 🚨 Breaking Change > > This release fixes an inconsistency in path behavior for single artifact downloads by ID. **If you're downloading single artifacts by ID, the output path may change.** > > #### What Changed > > Previously, **single artifact downloads** behaved differently depending on how you specified the artifact: > > * **By name**: `name: my-artifact` → extracted to `path/` (direct) > * **By ID**: `artifact-ids: 12345` → extracted to `path/my-artifact/` (nested) > > Now both methods are consistent: > > * **By name**: `name: my-artifact` → extracted to `path/` (unchanged) > * **By ID**: `artifact-ids: 12345` → extracted to `path/` (fixed - now direct) > > #### Migration Guide > > ##### ✅ No Action Needed If: > > * You download artifacts by **name** > * You download **multiple** artifacts by ID > * You already use `merge-multiple: true` as a workaround > > #####⚠️ Action Required If: > > You download **single artifacts by ID** and your workflows expect the nested directory structure. > > **Before v5 (nested structure):** > > ``` > - uses: actions/download-artifact@v4 > with: > artifact-ids: 12345 > path: dist > # Files were in: dist/my-artifact/ > > ``` > > > Where `my-artifact` is the name of the artifact you previously uploaded > > **To maintain old behavior (if needed):** > > ``` > </tr></table> > > ``` ... (truncated) Commits * [`634f93c`](actions/download-artifact@634f93c) Merge pull request [#416](https://redirect.github.com/actions/download-artifact/issues/416) from actions/single-artifact-id-download-path * [`b19ff43`](actions/download-artifact@b19ff43) refactor: resolve download path correctly in artifact download tests (mainly ... * [`e262cbe`](actions/download-artifact@e262cbe) bundle dist * [`bff23f9`](actions/download-artifact@bff23f9) update docs * [`fff8c14`](actions/download-artifact@fff8c14) fix download path logic when downloading a single artifact by id * [`448e3f8`](actions/download-artifact@448e3f8) Merge pull request [#407](https://redirect.github.com/actions/download-artifact/issues/407) from actions/nebuk89-patch-1 * [`47225c4`](actions/download-artifact@47225c4) Update README.md * See full diff in [compare view](actions/download-artifact@d3f86a1...634f93c) [](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 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 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)
mergify bot
added a commit
that referenced
this pull request
Dec 1, 2025
…m 3.3.1 to 3.4.0 [skip ci] Bumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.3.1 to 3.4.0. Release notes *Sourced from [org.apache.maven.plugins:maven-resources-plugin's releases](https://github.com/apache/maven-resources-plugin/releases).* > 3.4.0 > ----- > > 🚀 New features and improvements > ------------------------------- > > * Enable GitHub Issues ([#98](https://redirect.github.com/apache/maven-resources-plugin/pull/98)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > > 📝 Documentation updates > ----------------------- > > * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#89](https://redirect.github.com/apache/maven-resources-plugin/pull/89)) [`@Bukama`](https://github.com/Bukama) > * [[MRESOURCES-299]](https://issues.apache.org/jira/browse/MRESOURCES-299) - Be more accurate on using filtering element ([#80](https://redirect.github.com/apache/maven-resources-plugin/pull/80)) [`@pzygielo`](https://github.com/pzygielo) > * Don't bother with very old versions ([#59](https://redirect.github.com/apache/maven-resources-plugin/pull/59)) [`@elharo`](https://github.com/elharo) > > 👻 Maintenance > ------------- > > * Migrate site to Doxia 2 ([#440](https://redirect.github.com/apache/maven-resources-plugin/pull/440)) [`@slachiewicz`](https://github.com/slachiewicz) > * Bump Maven to 3.9.11 while keep prerequisites on 3.6.3 ([#437](https://redirect.github.com/apache/maven-resources-plugin/pull/437)) [`@slachiewicz`](https://github.com/slachiewicz) > * `PlexusFileUtils` Refaster recipes ([#431](https://redirect.github.com/apache/maven-resources-plugin/pull/431)) [`@slachiewicz`](https://github.com/slachiewicz) > * Add PR Automation action ([#94](https://redirect.github.com/apache/maven-resources-plugin/pull/94)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > * Improve release-drafter configuration ([#93](https://redirect.github.com/apache/maven-resources-plugin/pull/93)) [`@slawekjaranowski`](https://github.com/slawekjaranowski) > * Bump org.apache.maven.plugins:maven-plugins from 39 to 41 ([#64](https://redirect.github.com/apache/maven-resources-plugin/pull/64)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Add dependency to slf4j-simple for test scope ([#60](https://redirect.github.com/apache/maven-resources-plugin/pull/60)) [`@slachiewicz`](https://github.com/slachiewicz) > * Use try with resources in integration test ([#58](https://redirect.github.com/apache/maven-resources-plugin/pull/58)) [`@elharo`](https://github.com/elharo) > * reduce dependency scope of plexus-utils and commons-io ([#57](https://redirect.github.com/apache/maven-resources-plugin/pull/57)) [`@elharo`](https://github.com/elharo) > > 📦 Dependency updates > -------------------- > > * Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#439](https://redirect.github.com/apache/maven-resources-plugin/pull/439)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.resolver:maven-resolver-api from 1.6.3 to 1.9.24 ([#413](https://redirect.github.com/apache/maven-resources-plugin/pull/413)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump Maven to 3.9.11 while keep prerequisites on 3.6.3 ([#437](https://redirect.github.com/apache/maven-resources-plugin/pull/437)) [`@slachiewicz`](https://github.com/slachiewicz) > * Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 ([#432](https://redirect.github.com/apache/maven-resources-plugin/pull/432)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump m-invoker-p to 3.9.1 ([#433](https://redirect.github.com/apache/maven-resources-plugin/pull/433)) [`@slachiewicz`](https://github.com/slachiewicz) > * Bump org.apache.maven.plugins:maven-plugins from 43 to 45 ([#411](https://redirect.github.com/apache/maven-resources-plugin/pull/411)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 ([#114](https://redirect.github.com/apache/maven-resources-plugin/pull/114)) @[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 ([#430](https://redirect.github.com/apache/maven-resources-plugin/pull/430)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 ([#422](https://redirect.github.com/apache/maven-resources-plugin/pull/422)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#419](https://redirect.github.com/apache/maven-resources-plugin/pull/419)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 ([#416](https://redirect.github.com/apache/maven-resources-plugin/pull/416)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.18.0 to 2.19.0 ([#117](https://redirect.github.com/apache/maven-resources-plugin/pull/117)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 ([#107](https://redirect.github.com/apache/maven-resources-plugin/pull/107)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.16.0 to 2.18.0 ([#102](https://redirect.github.com/apache/maven-resources-plugin/pull/102)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 ([#104](https://redirect.github.com/apache/maven-resources-plugin/pull/104)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugins:maven-plugins from 41 to 43 ([#101](https://redirect.github.com/apache/maven-resources-plugin/pull/101)) @[dependabot[bot]](https://github.com/apps/dependabot) > * [[MRESOURCES-305]](https://issues.apache.org/jira/browse/MRESOURCES-305) - Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 ([#65](https://redirect.github.com/apache/maven-resources-plugin/pull/65)) @[dependabot[bot]](https://github.com/apps/dependabot) > * [[MRESOURCES-304]](https://issues.apache.org/jira/browse/MRESOURCES-304) - Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 ([#66](https://redirect.github.com/apache/maven-resources-plugin/pull/66)) @[dependabot[bot]](https://github.com/apps/dependabot) > * [[MRESOURCES-303]](https://issues.apache.org/jira/browse/MRESOURCES-303) - Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.3.2 ([#68](https://redirect.github.com/apache/maven-resources-plugin/pull/68)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 ([#62](https://redirect.github.com/apache/maven-resources-plugin/pull/62)) @[dependabot[bot]](https://github.com/apps/dependabot) > * [[MRESOURCES-302]](https://issues.apache.org/jira/browse/MRESOURCES-302) - Bump commons-io:commons-io from 2.11.0 to 2.16.0 ([#69](https://redirect.github.com/apache/maven-resources-plugin/pull/69)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump apache/maven-gh-actions-shared from 3 to 4 ([#67](https://redirect.github.com/apache/maven-resources-plugin/pull/67)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`b07d56e`](apache/maven-resources-plugin@b07d56e) [maven-release-plugin] prepare for next development iteration * [`21e646c`](apache/maven-resources-plugin@21e646c) [maven-release-plugin] prepare release maven-resources-plugin-3.4.0 * [`61801af`](apache/maven-resources-plugin@61801af) Migrate site to Doxia 2 * [`146ebb8`](apache/maven-resources-plugin@146ebb8) Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#439](https://redirect.github.com/apache/maven-resources-plugin/issues/439)) * [`5013682`](apache/maven-resources-plugin@5013682) Bump org.apache.maven.resolver:maven-resolver-api from 1.6.3 to 1.9.24 * [`d7c4d28`](apache/maven-resources-plugin@d7c4d28) Bump Maven to 3.9.11 while keep prerequisites on 3.6.3 * [`e33f1ec`](apache/maven-resources-plugin@e33f1ec) Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 * [`ce77f50`](apache/maven-resources-plugin@ce77f50) Bump m-invoker-p to 3.9.1 * [`726f429`](apache/maven-resources-plugin@726f429) Bump org.apache.maven.plugins:maven-plugins from 43 to 45 * [`a747bae`](apache/maven-resources-plugin@a747bae) `PlexusFileUtils` Refaster recipes * Additional commits viewable in [compare view](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) [](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 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 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)
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.4.0 to 4.6.0.
Release notes
Sourced from mockito-core's releases.
... (truncated)
Commits
93bba11Bump shipkit-changelog from 1.1.15 to 1.2.0 (#2654)70cf2d2Add support for customizing strictness via@Mockannotation and `MockSettin...6ce278bBump versions.errorprone from 2.13.1 to 2.14.0 (#2653)7d2e4ccBump shipkit-auto-version from 1.1.20 to 1.2.0 (#2651)d7a8ae0Merge pull request #2645 from mockito/interface-annotationsa3d57fdReintroduce inheriting type annotations from interfaces if only one interface...94e9797Bump com.diffplug.spotless from 6.6.0 to 6.6.1 (#2643)0a7fb04Fix reproducible build (#2642)4629ed8Bump com.diffplug.spotless from 6.5.2 to 6.6.0 (#2641)f59bf37Bump material from 1.5.0 to 1.6.0 (#2637)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)