You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/04/21 06:29:45 UTC

[PR] Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 4.0.3 [maven-artifact-plugin]

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

   Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 3.0.0 to 4.0.3.
   <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.0.1</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Fix detection of invalid spaces in prolog (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/20">#20</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>pom.mxl and site.xml cleanup (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/19">#19</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li>
   </ul>
   <h2>Plexus XML 4.0.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Cleanup after parent pom upgrade by <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a> in <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/22">codehaus-plexus/plexus-xml#22</a></li>
   <li>Upgrade to 4.0.0-alpha-7 and exclude dependency to sisu (fixes <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/17">#17</a>) by <a href="https://github.com/gnodet"><code>@​gnodet</code></a> in <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/23">codehaus-plexus/plexus-xml#23</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a> made their first contribution in <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/22">codehaus-plexus/plexus-xml#22</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.1...plexus-xml-4.0.2">https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.1...plexus-xml-4.0.2</a></p>
   <h2>4.0.0</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Use spotless (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/8">#8</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Fix site generation (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/15">#15</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Switch build ci workflow to master branch (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/14">#14</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Fix SCM urls (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/13">#13</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>MXParser tokenization fails when PI is before first tag (fixes <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/7">#7</a>) (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/12">#12</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Deprecate Xpp3DomUtils (fixes <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/6">#6</a>) (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/9">#9</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Use a ArrayDeque (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/5">#5</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Upgrade plugins and clean build warnings (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/4">#4</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Switch to junit 5 (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/2">#2</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Fix parsing an UTF-8 file without BOM and ISO-8859-1 encoding (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/pull/1">#1</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/784ff955e0944bea8b3a15254ad7ce06ae72dc20"><code>784ff95</code></a> [maven-release-plugin] prepare release plexus-xml-4.0.3</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/e6a6427dd4c1e0b40832ea027f5c102cd739ef85"><code>e6a6427</code></a> Upgrade to Maven 4.0.0-alpha-9 (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/27">#27</a>)</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/aa82ed33a2e8c178fcd2a2106f57023d6947d84e"><code>aa82ed3</code></a> Update dependencies (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/26">#26</a>)</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/7bfeb09596b87f4a28add4699bbd663fe6dcbd6e"><code>7bfeb09</code></a> clarify &quot;Maven 4-specific&quot;</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/07f63919296984b2c5f5d30a433411c0715b2e9e"><code>07f6391</code></a> explain 3 vs 4</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/bcf34dcd790955f6381efe442f2d24dbe2b8170e"><code>bcf34dc</code></a> describe plexus-xml update to maven-xml-impl</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/72c06a0a2d0793a79b1ea6b68eb453cc1ee9c867"><code>72c06a0</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/944197c74386b199857a003160d840fb5593ac29"><code>944197c</code></a> [maven-release-plugin] prepare release plexus-xml-4.0.2</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/c3d99b433a272d8eb1cc7c799410799e8c16ace3"><code>c3d99b4</code></a> Upgrade to 4.0.0-alpha-7 and exclude dependency to sisu (fixes <a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/17">#17</a>) (<a href="https://redirect.github.com/codehaus-plexus/plexus-xml/issues/23">#23</a>)</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-xml/commit/a83cefa086c9a5bb8b6674a409016f378b19891e"><code>a83cefa</code></a> Cleanup after parent pom upgrade</li>
   <li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-3.0.0...plexus-xml-4.0.3">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=3.0.0&new-version=4.0.3)](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 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 <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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org