Bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 in /factory in the dependencies group#2054
Merged
copybara-service[bot] merged 1 commit intomainfrom May 8, 2026
Conversation
…0.1 in /factory in the dependencies group Bumps the dependencies group in /factory with 1 update: [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin). Updates `org.apache.maven.plugins:maven-invoker-plugin` from 3.10.0 to 3.10.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-invoker-plugin/releases">org.apache.maven.plugins:maven-invoker-plugin's releases</a>.</em></p> <blockquote> <h2>3.10.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li>Provide separate logs for each execution for rerunning jobs (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/730">#730</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/729">#729</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/728">#728</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/0ecf256223d099d5ac4a534395230df51da1fa77"><code>0ecf256</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.10.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/796221a525593e933741244536e25180000d1e90"><code>796221a</code></a> Provide separate logs for each execution for rerunning jobs</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/4e77523720fac0e482f2c19b3c3c6bc6f2ac9d06"><code>4e77523</code></a> Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/729">#729</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/da4b965ab9a131cfb1046605196dd2b59c1fe6d9"><code>da4b965</code></a> Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/728">#728</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/1d2c7a79ff95601b5f89d4ccb20287683f06f96b"><code>1d2c7a7</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.10.0...maven-invoker-plugin-3.10.1">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Fixes #2051 COPYBARA_INTEGRATE_REVIEW=#2051 from google:dependabot/maven/factory/dependencies-8bf2785b78 563d496 PiperOrigin-RevId: 912279010
480a20c to
62ac925
Compare
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.
Bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 in /factory in the dependencies group
Bumps the dependencies group in /factory with 1 update: org.apache.maven.plugins:maven-invoker-plugin.
Updates
org.apache.maven.plugins:maven-invoker-pluginfrom 3.10.0 to 3.10.1Release notes
Sourced from org.apache.maven.plugins:maven-invoker-plugin's releases.
Commits
0ecf256[maven-release-plugin] prepare release maven-invoker-plugin-3.10.1796221aProvide separate logs for each execution for rerunning jobs4e77523Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#729)da4b965Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#728)1d2c7a7[maven-release-plugin] prepare for next development iterationDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsFixes #2051
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2051 from google:dependabot/maven/factory/dependencies-8bf2785b78 563d496