Skip to content

Bump the dependencies group with 2 updates#1648

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/dependencies-2635c324df
Closed

Bump the dependencies group with 2 updates#1648
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/dependencies-2635c324df

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the dependencies group with 2 updates: org.ow2.asm:asm and org.apache.maven.plugins:maven-enforcer-plugin.

Updates org.ow2.asm:asm from 9.9.1 to 9.10

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3

Release notes

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

3.6.3

🚀 New features and improvements

  • Make bannedDependencies report root and transitive dependency in case both are banned. (#940) @​hvoynov
  • Add enforceBytecodeVersion rule based on mojohaus (#968) @​cstamas
  • Improve formatting of deprecated API warning (#951) @​mthmulders

🐛 Bug Fixes

📝 Documentation updates

  • Document the banMavenDefaults option for the requirePluginVersions rule. (#936) @​rpkrajewski

👻 Maintenance

📦 Dependency updates

Commits
  • c7daff3 [maven-release-plugin] prepare release enforcer-3.6.3
  • ee46e78 Make bannedDependencies report root and transitive dependency in case both ar...
  • 0806924 Document the banMavenDefaults option for the requirePluginVersions rule. (#936)
  • 8e4f5b9 Add better enforceBytecodeVersion rule based on mojohaus (#968)
  • fd4b148 Add fix for 21.0.10.0.1 issue (#967)
  • f32d597 Deps: Parent POM 48 and align deps (#979)
  • df0f2a6 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#976)
  • 2da7a68 Add null checks for modelId in PluginWrapper
  • 91eb4d9 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#975)
  • b622245 Bump mavenVersion from 3.9.14 to 3.9.15 (#973)
  • 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 <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

Bumps the dependencies group with 2 updates: org.ow2.asm:asm and [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer).


Updates `org.ow2.asm:asm` from 9.9.1 to 9.10

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3)

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-version: '9.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 19, 2026
copybara-service Bot pushed a commit that referenced this pull request May 20, 2026
Bumps the dependencies group with 2 updates: org.ow2.asm:asm and [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer).

Updates `org.ow2.asm:asm` from 9.9.1 to 9.10

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.2 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-enforcer/releases">org.apache.maven.plugins:maven-enforcer-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.6.3</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Make bannedDependencies report root and transitive dependency in case both are banned. (<a href="https://redirect.github.com/apache/maven-enforcer/pull/940">#940</a>) <a href="https://github.com/hvoynov"><code>@​hvoynov</code></a></li>
<li>Add enforceBytecodeVersion rule based on mojohaus (<a href="https://redirect.github.com/apache/maven-enforcer/pull/968">#968</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li>Improve formatting of deprecated API warning (<a href="https://redirect.github.com/apache/maven-enforcer/pull/951">#951</a>) <a href="https://github.com/mthmulders"><code>@​mthmulders</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix handling of Java versions like 21.0.10.0.1 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/967">#967</a>) <a href="https://github.com/parttimenerd"><code>@​parttimenerd</code></a></li>
<li>Add null checks for modelId in PluginWrapper (<a href="https://redirect.github.com/apache/maven-enforcer/pull/974">#974</a>) <a href="https://github.com/cpfeiffer"><code>@​cpfeiffer</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li>Document the banMavenDefaults option for the requirePluginVersions rule. (<a href="https://redirect.github.com/apache/maven-enforcer/pull/936">#936</a>) <a href="https://github.com/rpkrajewski"><code>@​rpkrajewski</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li><code>PlexusStringUtils</code> Refaster recipes (<a href="https://redirect.github.com/apache/maven-enforcer/pull/943">#943</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>JUnit Jupiter migration from JUnit 4.x (<a href="https://redirect.github.com/apache/maven-enforcer/pull/941">#941</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 in /maven-enforcer-plugin/src/it/projects/MENFORCER-434 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/970">#970</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Deps: Parent POM 48 and align deps (<a href="https://redirect.github.com/apache/maven-enforcer/pull/979">#979</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li>Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/976">#976</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-enforcer/pull/975">#975</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.14 to 3.9.15 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/973">#973</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.13 to 3.9.14 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/965">#965</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.12 to 3.9.13 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/964">#964</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/963">#963</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Update log4j in test to avoid CVE (<a href="https://redirect.github.com/apache/maven-enforcer/pull/961">#961</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
<li>Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/962">#962</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/960">#960</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/959">#959</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven:maven-parent from 46 to 47 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/958">#958</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/957">#957</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Update to 46 including fixes (<a href="https://redirect.github.com/apache/maven-enforcer/pull/955">#955</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
<li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.5.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/956">#956</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.11 to 3.9.12 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/948">#948</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/947">#947</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.20.0 to 2.21.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/946">#946</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/945">#945</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-enforcer/commit/c7daff33d46c9c3ee0666540c6857c66cf159e70"><code>c7daff3</code></a> [maven-release-plugin] prepare release enforcer-3.6.3</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/ee46e78b046be9882a739c07556940329a7345d6"><code>ee46e78</code></a> Make bannedDependencies report root and transitive dependency in case both ar...</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/0806924d8f6c5ad6105ac387bf323846e769b18c"><code>0806924</code></a> Document the banMavenDefaults option for the requirePluginVersions rule. (<a href="https://redirect.github.com/apache/maven-enforcer/issues/936">#936</a>)</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/8e4f5b94453de97592cf3935b79319894f013329"><code>8e4f5b9</code></a> Add better enforceBytecodeVersion rule based on mojohaus (<a href="https://redirect.github.com/apache/maven-enforcer/issues/968">#968</a>)</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/fd4b1486dcc93394d5f6a11687efd51d0d30b22d"><code>fd4b148</code></a> Add fix for 21.0.10.0.1 issue (<a href="https://redirect.github.com/apache/maven-enforcer/issues/967">#967</a>)</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/f32d5979ef387668162c2beb905b368e25accd70"><code>f32d597</code></a> Deps: Parent POM 48 and align deps (<a href="https://redirect.github.com/apache/maven-enforcer/issues/979">#979</a>)</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/df0f2a6d7fbbaf79914cdb56fa5899d99c8eaf19"><code>df0f2a6</code></a> Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (<a href="https://redirect.github.com/apache/maven-enforcer/issues/976">#976</a>)</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/2da7a68b4d8d9d2da866ffaf1e07a206c9b7115d"><code>2da7a68</code></a> Add null checks for modelId in PluginWrapper</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/91eb4d9fe1f6f65137991c1131131ceaca542245"><code>91eb4d9</code></a> Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-enforcer/issues/975">#975</a>)</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/b6222459bf3256bfd747731a7f4ea81577777ffe"><code>b622245</code></a> Bump mavenVersion from 3.9.14 to 3.9.15 (<a href="https://redirect.github.com/apache/maven-enforcer/issues/973">#973</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-enforcer/compare/enforcer-3.6.2...enforcer-3.6.3">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 <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 #1648

FUTURE_COPYBARA_INTEGRATE_REVIEW=#1648 from google:dependabot/maven/dependencies-2635c324df f4f83a4
PiperOrigin-RevId: 917979266
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/maven/dependencies-2635c324df branch May 20, 2026 16:17
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant