Skip to content

chore(deps): 依赖项升级[maven.version][3.9.12 => 3.9.14]#935

Merged
ACANX merged 1 commit intodependafrom
dependabot-maven-os-dependencies-dependa-maven.version-3.9.14
Mar 14, 2026
Merged

chore(deps): 依赖项升级[maven.version][3.9.12 => 3.9.14]#935
ACANX merged 1 commit intodependafrom
dependabot-maven-os-dependencies-dependa-maven.version-3.9.14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 14, 2026

Bumps maven.version from 3.9.12 to 3.9.14.
Updates org.apache.maven:maven-model from 3.9.12 to 3.9.14

Updates org.apache.maven:maven-core from 3.9.12 to 3.9.14

Updates org.apache.maven:maven-plugin-api from 3.9.12 to 3.9.14

Release notes

Sourced from org.apache.maven:maven-plugin-api's releases.

3.9.14

🐛 Bug Fixes

📦 Dependency updates

3.9.13

🐛 Bug Fixes

  • Bug: SecDispatcher is managed by legacy Plexus DI (#11711) @​cstamas
  • [3.9.x] MavenPluginJavaPrerequisiteChecker: Handle 8/1.8 Java version in ranges as well (#11577) @​cstamas

👻 Maintenance

📦 Dependency updates

Commits
  • 996c630 [maven-release-plugin] prepare release maven-3.9.14
  • 3d3ecce plexus-testing dependencies should be use in test scope
  • 1f24dae Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#11747)
  • 8d1f2c2 Bump actions/download-artifact from 7.0.0 to 8.0.0 (#11748)
  • d48250a [maven-release-plugin] prepare for next development iteration
  • 39d686b [maven-release-plugin] prepare release maven-3.9.13
  • 1779f34 Maven Resolver 1.9.27 (#11732)
  • 18a5264 Bump resolverVersion from 1.9.25 to 1.9.26 (#11725)
  • c081a92 Update Maven plugin versions in default-bindings.xml
  • dea5f14 Bug: SecDispatcher is managed by legacy Plexus DI (#11711)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-compat from 3.9.12 to 3.9.14

Release notes

Sourced from org.apache.maven:maven-compat's releases.

3.9.14

🐛 Bug Fixes

📦 Dependency updates

3.9.13

🐛 Bug Fixes

  • Bug: SecDispatcher is managed by legacy Plexus DI (#11711) @​cstamas
  • [3.9.x] MavenPluginJavaPrerequisiteChecker: Handle 8/1.8 Java version in ranges as well (#11577) @​cstamas

👻 Maintenance

📦 Dependency updates

Commits
  • 996c630 [maven-release-plugin] prepare release maven-3.9.14
  • 3d3ecce plexus-testing dependencies should be use in test scope
  • 1f24dae Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#11747)
  • 8d1f2c2 Bump actions/download-artifact from 7.0.0 to 8.0.0 (#11748)
  • d48250a [maven-release-plugin] prepare for next development iteration
  • 39d686b [maven-release-plugin] prepare release maven-3.9.13
  • 1779f34 Maven Resolver 1.9.27 (#11732)
  • 18a5264 Bump resolverVersion from 1.9.25 to 1.9.26 (#11725)
  • c081a92 Update Maven plugin versions in default-bindings.xml
  • dea5f14 Bug: SecDispatcher is managed by legacy Plexus DI (#11711)
  • Additional commits viewable in compare view

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 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 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)

Bumps `maven.version` from 3.9.12 to 3.9.14.

Updates `org.apache.maven:maven-model` from 3.9.12 to 3.9.14

Updates `org.apache.maven:maven-core` from 3.9.12 to 3.9.14

Updates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.14
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.14)

Updates `org.apache.maven:maven-compat` from 3.9.12 to 3.9.14
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.14)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-model
  dependency-version: 3.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
  dependency-version: 3.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-version: 3.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-compat
  dependency-version: 3.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependabot Dependabot RR ReviewRequired 依赖:升级 依赖升级 自动化:提交 自动化提交 labels Mar 14, 2026
@github-actions github-actions Bot changed the title chore(deps): bump maven.version from 3.9.12 to 3.9.14 in /os-dependencies chore(deps): 依赖项升级[maven.version][3.9.12 => 3.9.14] Mar 14, 2026
@ACANX ACANX merged commit ddaabc6 into dependa Mar 14, 2026
3 of 4 checks passed
@ACANX ACANX deleted the dependabot-maven-os-dependencies-dependa-maven.version-3.9.14 branch March 14, 2026 07:01
ACANX pushed a commit that referenced this pull request Mar 17, 2026
Bumps `maven.version` from 3.9.12 to 3.9.14.
Updates `org.apache.maven:maven-model` from 3.9.12 to 3.9.14

Updates `org.apache.maven:maven-core` from 3.9.12 to 3.9.14

Updates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven/releases">org.apache.maven:maven-plugin-api's
releases</a>.</em></p>
<blockquote>
<h2>3.9.14</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug Fixes</h2>
<ul>
<li>plexus-testing dependencies should be use in test scope (<a
href="https://redirect.github.com/apache/maven/pull/11761">#11761</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump actions/upload-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11747">#11747</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/download-artifact from 7.0.0 to 8.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11748">#11748</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<h2>3.9.13</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Bug: SecDispatcher is managed by legacy Plexus DI (<a
href="https://redirect.github.com/apache/maven/pull/11711">#11711</a>)
<a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li>[3.9.x] MavenPluginJavaPrerequisiteChecker: Handle 8/1.8 Java
version in ranges as well (<a
href="https://redirect.github.com/apache/maven/pull/11577">#11577</a>)
<a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Update Maven plugin versions in default-bindings.xml (<a
href="https://redirect.github.com/apache/maven/pull/11721">#11721</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Migrate to JUnit 5 - avoid using TestCase (<a
href="https://redirect.github.com/apache/maven/pull/11547">#11547</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Maven Resolver 1.9.27 (<a
href="https://redirect.github.com/apache/maven/pull/11732">#11732</a>)
<a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li>Bump resolverVersion from 1.9.25 to 1.9.26 (<a
href="https://redirect.github.com/apache/maven/pull/11725">#11725</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Update Maven plugin versions in default-bindings.xml (<a
href="https://redirect.github.com/apache/maven/pull/11721">#11721</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Bump version.sisu-maven-plugin from 0.9.0.M4 to 1.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11706">#11706</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/cache from 5.0.2 to 5.0.3 (<a
href="https://redirect.github.com/apache/maven/pull/11688">#11688</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven:maven-parent from 45 to 47 (<a
href="https://redirect.github.com/apache/maven/pull/11647">#11647</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/checkout from 6.0.1 to 6.0.2 (<a
href="https://redirect.github.com/apache/maven/pull/11666">#11666</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/setup-java from 5.1.0 to 5.2.0 (<a
href="https://redirect.github.com/apache/maven/pull/11667">#11667</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27
(<a
href="https://redirect.github.com/apache/maven/pull/11658">#11658</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0
(<a
href="https://redirect.github.com/apache/maven/pull/11657">#11657</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/cache from 5.0.1 to 5.0.2 (<a
href="https://redirect.github.com/apache/maven/pull/11659">#11659</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0 (<a
href="https://redirect.github.com/apache/maven/pull/11620">#11620</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.ow2.asm:asm from 9.9 to 9.9.1 (<a
href="https://redirect.github.com/apache/maven/pull/11585">#11585</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Bump actions/upload-artifact from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11557">#11557</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/download-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11556">#11556</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/cache from 5.0.0 to 5.0.1 (<a
href="https://redirect.github.com/apache/maven/pull/11558">#11558</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/commit/996c630dbc656c76214ce58821dcc58be960875b"><code>996c630</code></a>
[maven-release-plugin] prepare release maven-3.9.14</li>
<li><a
href="https://github.com/apache/maven/commit/3d3ecceda0d5aea189e855dfd253005488827ccd"><code>3d3ecce</code></a>
plexus-testing dependencies should be use in test scope</li>
<li><a
href="https://github.com/apache/maven/commit/1f24dae6ffdf32bb723fea502da763f9a3ae8be4"><code>1f24dae</code></a>
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/apache/maven/issues/11747">#11747</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/8d1f2c23992c7d7f230cecc4c4e6fef02729866d"><code>8d1f2c2</code></a>
Bump actions/download-artifact from 7.0.0 to 8.0.0 (<a
href="https://redirect.github.com/apache/maven/issues/11748">#11748</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/d48250a887a96da5f7b49abdc48e56957b1332d4"><code>d48250a</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven/commit/39d686bd50d8e054301e3a68ad44781df6f80dda"><code>39d686b</code></a>
[maven-release-plugin] prepare release maven-3.9.13</li>
<li><a
href="https://github.com/apache/maven/commit/1779f34b555dfa0d0b5586286b11438ccde6ae42"><code>1779f34</code></a>
Maven Resolver 1.9.27 (<a
href="https://redirect.github.com/apache/maven/issues/11732">#11732</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/18a52647884dcc822eb04bf5a3265a21dc83256c"><code>18a5264</code></a>
Bump resolverVersion from 1.9.25 to 1.9.26 (<a
href="https://redirect.github.com/apache/maven/issues/11725">#11725</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/c081a92df006307f4293fc546d78fb34d94c7bc6"><code>c081a92</code></a>
Update Maven plugin versions in default-bindings.xml</li>
<li><a
href="https://github.com/apache/maven/commit/dea5f14a85e26291f654a4c4a29a58210293628b"><code>dea5f14</code></a>
Bug: SecDispatcher is managed by legacy Plexus DI (<a
href="https://redirect.github.com/apache/maven/issues/11711">#11711</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven:maven-compat` from 3.9.12 to 3.9.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven/releases">org.apache.maven:maven-compat's
releases</a>.</em></p>
<blockquote>
<h2>3.9.14</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug Fixes</h2>
<ul>
<li>plexus-testing dependencies should be use in test scope (<a
href="https://redirect.github.com/apache/maven/pull/11761">#11761</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump actions/upload-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11747">#11747</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/download-artifact from 7.0.0 to 8.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11748">#11748</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<h2>3.9.13</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Bug: SecDispatcher is managed by legacy Plexus DI (<a
href="https://redirect.github.com/apache/maven/pull/11711">#11711</a>)
<a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li>[3.9.x] MavenPluginJavaPrerequisiteChecker: Handle 8/1.8 Java
version in ranges as well (<a
href="https://redirect.github.com/apache/maven/pull/11577">#11577</a>)
<a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Update Maven plugin versions in default-bindings.xml (<a
href="https://redirect.github.com/apache/maven/pull/11721">#11721</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Migrate to JUnit 5 - avoid using TestCase (<a
href="https://redirect.github.com/apache/maven/pull/11547">#11547</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Maven Resolver 1.9.27 (<a
href="https://redirect.github.com/apache/maven/pull/11732">#11732</a>)
<a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li>Bump resolverVersion from 1.9.25 to 1.9.26 (<a
href="https://redirect.github.com/apache/maven/pull/11725">#11725</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Update Maven plugin versions in default-bindings.xml (<a
href="https://redirect.github.com/apache/maven/pull/11721">#11721</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Bump version.sisu-maven-plugin from 0.9.0.M4 to 1.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11706">#11706</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/cache from 5.0.2 to 5.0.3 (<a
href="https://redirect.github.com/apache/maven/pull/11688">#11688</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven:maven-parent from 45 to 47 (<a
href="https://redirect.github.com/apache/maven/pull/11647">#11647</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/checkout from 6.0.1 to 6.0.2 (<a
href="https://redirect.github.com/apache/maven/pull/11666">#11666</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/setup-java from 5.1.0 to 5.2.0 (<a
href="https://redirect.github.com/apache/maven/pull/11667">#11667</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27
(<a
href="https://redirect.github.com/apache/maven/pull/11658">#11658</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0
(<a
href="https://redirect.github.com/apache/maven/pull/11657">#11657</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/cache from 5.0.1 to 5.0.2 (<a
href="https://redirect.github.com/apache/maven/pull/11659">#11659</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0 (<a
href="https://redirect.github.com/apache/maven/pull/11620">#11620</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.ow2.asm:asm from 9.9 to 9.9.1 (<a
href="https://redirect.github.com/apache/maven/pull/11585">#11585</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Bump actions/upload-artifact from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11557">#11557</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/download-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/apache/maven/pull/11556">#11556</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump actions/cache from 5.0.0 to 5.0.1 (<a
href="https://redirect.github.com/apache/maven/pull/11558">#11558</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/commit/996c630dbc656c76214ce58821dcc58be960875b"><code>996c630</code></a>
[maven-release-plugin] prepare release maven-3.9.14</li>
<li><a
href="https://github.com/apache/maven/commit/3d3ecceda0d5aea189e855dfd253005488827ccd"><code>3d3ecce</code></a>
plexus-testing dependencies should be use in test scope</li>
<li><a
href="https://github.com/apache/maven/commit/1f24dae6ffdf32bb723fea502da763f9a3ae8be4"><code>1f24dae</code></a>
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/apache/maven/issues/11747">#11747</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/8d1f2c23992c7d7f230cecc4c4e6fef02729866d"><code>8d1f2c2</code></a>
Bump actions/download-artifact from 7.0.0 to 8.0.0 (<a
href="https://redirect.github.com/apache/maven/issues/11748">#11748</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/d48250a887a96da5f7b49abdc48e56957b1332d4"><code>d48250a</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven/commit/39d686bd50d8e054301e3a68ad44781df6f80dda"><code>39d686b</code></a>
[maven-release-plugin] prepare release maven-3.9.13</li>
<li><a
href="https://github.com/apache/maven/commit/1779f34b555dfa0d0b5586286b11438ccde6ae42"><code>1779f34</code></a>
Maven Resolver 1.9.27 (<a
href="https://redirect.github.com/apache/maven/issues/11732">#11732</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/18a52647884dcc822eb04bf5a3265a21dc83256c"><code>18a5264</code></a>
Bump resolverVersion from 1.9.25 to 1.9.26 (<a
href="https://redirect.github.com/apache/maven/issues/11725">#11725</a>)</li>
<li><a
href="https://github.com/apache/maven/commit/c081a92df006307f4293fc546d78fb34d94c7bc6"><code>c081a92</code></a>
Update Maven plugin versions in default-bindings.xml</li>
<li><a
href="https://github.com/apache/maven/commit/dea5f14a85e26291f654a4c4a29a58210293628b"><code>dea5f14</code></a>
Bug: SecDispatcher is managed by legacy Plexus DI (<a
href="https://redirect.github.com/apache/maven/issues/11711">#11711</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14">compare
view</a></li>
</ul>
</details>
<br />


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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependabot Dependabot RR ReviewRequired 依赖:升级 依赖升级 自动化:提交 自动化提交

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant