dependabot[bot] opened a new pull request, #2071:
URL: https://github.com/apache/maven-resolver/pull/2071

   Bumps 
[org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) 
from 4.1.1 to 4.2.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/codehaus-plexus/plexus-xml/releases";>org.codehaus.plexus:plexus-xml's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.2.0</h2>
   <p>The 4.x line no longer builds its DOM through Maven's deprecated 
<code>XmlNodeBuilder</code>: <code>Xpp3DomBuilder</code> uses a pull builder of 
its own, so a future Maven can delete that class without breaking this one. The 
artifact also carries <code>Automatic-Module-Name: 
org.codehaus.plexus.util.xml</code>, which anyone on the module path sees.</p>
   <p>The Maven dependency is split: <code>maven-api-xml</code> at compile, 
<code>maven-xml</code> at runtime, since <code>XmlService</code> resolves its 
implementation through <code>ServiceLoader</code>. Consumers keep the API 
transitively and lose <code>org.apache.maven.internal.*</code> along with 
woodstox-core and stax2-api.</p>
   <p>Requires Java 17 and Maven 4. On Maven 3, use the 3.x line.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Establish an automatic module name (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/92";>#92</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Build the DOM with a local pull builder instead of Maven's deprecated 
XmlNodeBuilder (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/94";>#94</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>Rewrite README with usage, status and version guidance (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/88";>#88</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>đź‘» Maintenance</h2>
   <ul>
   <li>Set the next development version to 4.2.0-SNAPSHOT (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/97";>#97</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Build against maven-xml 4.0.0-rc-6 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/87";>#87</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Remove deprecated XmlNode references (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/81";>#81</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>đź”§ Build</h2>
   <ul>
   <li>Update parent to plexus 27 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/99";>#99</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Depend on maven-api-xml at compile and maven-xml at runtime (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/96";>#96</a>) 
<a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Bump org.codehaus.plexus:plexus from 25 to 26 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/90";>#90</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/86";>#86</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7 to 7.6.0 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/84";>#84</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/79";>#79</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/codehaus-plexus/plexus-xml/commit/215f435589f545e3c6bb840513f45a952709fb5a";><code>215f435</code></a>
 [maven-release-plugin] prepare release plexus-xml-4.2.0</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/ce5d0624363998ebfc398f55672921552d7578ae";><code>ce5d062</code></a>
 Update parent to plexus 27</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/38c200b943a3109066ea3a18001ab8f1e11d4ee3";><code>38c200b</code></a>
 Depend on maven-api-xml at compile and maven-xml at runtime</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/ae27358905fc4eb0fb28a6b10ea2a0cbb566c966";><code>ae27358</code></a>
 Set the next development version to 4.2.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/d1c51ce927244d359ed7aeb86ef809c0e77205cb";><code>d1c51ce</code></a>
 Establish an automatic module name</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/d0f198be29880b2124560a72f4a7684ceb5d24f8";><code>d0f198b</code></a>
 Build the DOM with a local pull builder, not Maven's XmlNodeBuilder</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/470396adc7ca98a41b00b45ea908d6941ebe6ae3";><code>470396a</code></a>
 Bump org.codehaus.plexus:plexus from 25 to 26</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/51d60d59faff0fde7d6fe75986909819fb45f0e3";><code>51d60d5</code></a>
 Rewrite README with usage, status and version guidance</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/e91d180a097e8777450d6cfba5cc0c4c3fd3226c";><code>e91d180</code></a>
 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0</li>
   <li><a 
href="https://github.com/codehaus-plexus/plexus-xml/commit/b628bf3a4e89d939808f90eb1fd431f039ef5d18";><code>b628bf3</code></a>
 Build against maven-xml 4.0.0-rc-6</li>
   <li>Additional commits viewable in <a 
href="https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.1.1...plexus-xml-4.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-xml&package-manager=maven&previous-version=4.1.1&new-version=4.2.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)
   
   ---
   
   <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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to