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

   Bumps `maven.version` from 4.0.0-beta-4-SNAPSHOT to 4.0.0-beta-4.
   Updates `org.apache.maven:maven-api-core` from 4.0.0-beta-4-SNAPSHOT to 
4.0.0-beta-4
   
   Updates `org.apache.maven:maven-api-di` from 4.0.0-beta-4-SNAPSHOT to 
4.0.0-beta-4
   
   Updates `org.apache.maven:maven-api-impl` from 4.0.0-beta-4-SNAPSHOT to 
4.0.0-beta-4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-api-impl's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.0.0-beta-4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-7902] Sort plugins in the validation report by <a 
href="https://github.com/yuehcw";><code>@​yuehcw</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1510";>apache/maven#1510</a></li>
   <li>Allow to manually execute GitHub Action by <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a> 
in <a 
href="https://redirect.github.com/apache/maven/pull/1552";>apache/maven#1552</a></li>
   <li>Use Maven Wrapper to build by <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a> 
in <a 
href="https://redirect.github.com/apache/maven/pull/1550";>apache/maven#1550</a></li>
   <li>[MNG-5693] Remove unhelpful links that don't describe failure reasons 
from output by <a href="https://github.com/elharo";><code>@​elharo</code></a> in 
<a 
href="https://redirect.github.com/apache/maven/pull/1545";>apache/maven#1545</a></li>
   <li>[MNG-8136] Update Eclipse Sisu to 0.9.0.M3 by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1546";>apache/maven#1546</a></li>
   <li>[MNG-8135] Fix capital OS name can not activate profile by <a 
href="https://github.com/liutang123";><code>@​liutang123</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1549";>apache/maven#1549</a></li>
   <li>Fix grammar in validation message by <a 
href="https://github.com/Bananeweizen";><code>@​Bananeweizen</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1544";>apache/maven#1544</a></li>
   <li>Move modelVersion inference to model builder so that it is also 
effective on consumer models by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1566";>apache/maven#1566</a></li>
   <li>[MNG-8141] Model Builder report issues during build by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1569";>apache/maven#1569</a></li>
   <li>[MNG-8153] Add back missing classes from the v3 api by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1577";>apache/maven#1577</a></li>
   <li>[MNG-8134] Add a <a 
href="https://github.com/Resolution";><code>@​Resolution</code></a> annotation 
to mojos to inject project dependencies collection / resolution result by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1559";>apache/maven#1559</a></li>
   <li>Remove commons-io:commons-io dependency by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1578";>apache/maven#1578</a></li>
   <li>[MNG-8150] Handle absent source/target files in transfer listener by <a 
href="https://github.com/pshevche";><code>@​pshevche</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1575";>apache/maven#1575</a></li>
   <li>[MNG-8150] Remove unused locale argument from FileSizeFormat by <a 
href="https://github.com/pshevche";><code>@​pshevche</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1579";>apache/maven#1579</a></li>
   <li>[MNG-7758] Report dependency problems for all repository by <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a> 
in <a 
href="https://redirect.github.com/apache/maven/pull/1563";>apache/maven#1563</a></li>
   <li>Remove hardcoded references to woodstox stax implementation by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1585";>apache/maven#1585</a></li>
   <li>[MNG-8160] Recreate the transformed artifact if it has been deleted (by 
the clean goal for example) by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1587";>apache/maven#1587</a></li>
   <li>[MNG-8164] Session#collectDependencies(Project) does not obey exclusions 
by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1591";>apache/maven#1591</a></li>
   <li>[MNG-7194] Test missing property evaluation by <a 
href="https://github.com/pzygielo";><code>@​pzygielo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1573";>apache/maven#1573</a></li>
   <li>Fix Toolchain toString() method by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1593";>apache/maven#1593</a></li>
   <li>[MNG-8155] Improve not built error message by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1599";>apache/maven#1599</a></li>
   <li>Fix Maven 4 extensions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1601";>apache/maven#1601</a></li>
   <li>[MNG-8179] Upgrade Parent to 43 by <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a> 
in <a 
href="https://redirect.github.com/apache/maven/pull/1605";>apache/maven#1605</a></li>
   <li>[MNG-8178] Fall back to system properties for missing profile activation 
context properties by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1609";>apache/maven#1609</a></li>
   <li>[MNG-8180] Fail install/deploy if rogue Maven Plugin metadata found by 
<a href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1612";>apache/maven#1612</a></li>
   <li>[4.0.x][MNG-8194] Update to Resolver 2.0.1 by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1626";>apache/maven#1626</a></li>
   <li>[MNG-8182] Resolved errors were created based on collect exceptions by 
<a href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1635";>apache/maven#1635</a></li>
   <li>[MNG-8192] Consistently throw InvalidArtifactRTException for invalid by 
<a href="https://github.com/kwin";><code>@​kwin</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1637";>apache/maven#1637</a></li>
   <li>[MNG-8197] Use default classifier when Eclipse Aether specifies none by 
<a href="https://github.com/desruisseaux";><code>@​desruisseaux</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1621";>apache/maven#1621</a></li>
   <li>[API] Expose InputLocation formatter in the XmlFactory by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1616";>apache/maven#1616</a></li>
   <li>[MNG-8132] Fix BOM dependency exclusions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1622";>apache/maven#1622</a></li>
   <li>[MNG-8180] Handle NPE due non-existent tags by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1639";>apache/maven#1639</a></li>
   <li>[MNG-8180] Back out from failing the build by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1645";>apache/maven#1645</a></li>
   <li>[MNG-8206] Remove bad plugin.xml in maven-compat by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1644";>apache/maven#1644</a></li>
   <li>[MNG-8177] Add contextual info for model warnings by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1636";>apache/maven#1636</a></li>
   <li>[MNG-8010]: Minimize and make generic the README.txt by <a 
href="https://github.com/hiufung-kwok";><code>@​hiufung-kwok</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1624";>apache/maven#1624</a></li>
   <li>Fix StringIndexOutOfBoundsException by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1618";>apache/maven#1618</a></li>
   <li>[MNG-8176] Restrict classloader for Maven 4 plugins by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1336";>apache/maven#1336</a></li>
   <li>[MNG-8165] Align mvn.sh script with mvn.cmd by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1648";>apache/maven#1648</a></li>
   <li>[MNG-8165] Get rid of bashism creeped in by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1652";>apache/maven#1652</a></li>
   <li>[MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 by <a 
href="https://github.com/kwin";><code>@​kwin</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1638";>apache/maven#1638</a></li>
   <li>[MNG-7344] track dependencyManagement import location in effective Model 
for MPH-183 by <a 
href="https://github.com/jjkester";><code>@​jjkester</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/603";>apache/maven#603</a></li>
   <li>[MNG-8195] Add <code>DependencyResolverResult.getModuleName(Path)</code> 
method by <a 
href="https://github.com/desruisseaux";><code>@​desruisseaux</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1625";>apache/maven#1625</a></li>
   <li>[MNG-8196] Make exception messages match Maven 3 again by <a 
href="https://github.com/oehme";><code>@​oehme</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1628";>apache/maven#1628</a></li>
   <li>[MNG-8172] Fix site building by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1594";>apache/maven#1594</a></li>
   <li>[MNG-8215] Add location tracking for toolchains by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1608";>apache/maven#1608</a></li>
   <li>[MNG-8211] Fail the build if project effective version has expression by 
<a href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1673";>apache/maven#1673</a></li>
   <li>[MNG-7914] Provide a single entry point for configuration by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1595";>apache/maven#1595</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/maven/commits/maven-4.0.0-beta-4";>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 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: dev-unsubscr...@maven.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to