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

   Bumps `domtripVersion` from 0.4.1 to 1.5.0.
   Updates `eu.maveniverse.maven.domtrip:domtrip-core` from 0.4.1 to 1.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/maveniverse/domtrip/releases";>eu.maveniverse.maven.domtrip:domtrip-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>DomTrip 1.5.0</h2>
   <p>Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/225";>#225</a>: add 
attribute order change detection to XmlDiff</p>
   <ul>
   <li>
   <p>Add feature for detecting attribute ordering changes</p>
   </li>
   <li>
   <p>Apply suggestions from code review</p>
   </li>
   </ul>
   <p>Typo</p>
   <p>Co-authored-by: Carl Mueller-Roemer <a 
href="mailto:[email protected]";>[email protected]</a></p>
   <ul>
   <li>
   <p>Add coderabbit nitpick for improved coverage</p>
   </li>
   <li>
   <p>Add negative test for attribute moved</p>
   </li>
   <li>
   <p>Add test for common attributes only being checked</p>
   </li>
   <li>
   <p>Add test with namespaces</p>
   </li>
   <li>
   <p>Bump since version</p>
   </li>
   <li>
   <p>Improve test coverage for attribute moved test</p>
   </li>
   <li>
   <p>Improve test for attributes moved with namespaces</p>
   </li>
   </ul>
   <p>Co-authored-by: coderabbitai[bot] &lt;136622811+coderabbitai[bot]<a 
href="https://github.com/users";><code>@​users</code></a>.noreply.github.com&gt;</p>
   <hr />
   <p>Co-authored-by: coderabbitai[bot] &lt;136622811+coderabbitai[bot]<a 
href="https://github.com/users";><code>@​users</code></a>.noreply.github.com&gt;</p>
   <p>DomTrip 1.4.0 extends <code>PomEditor</code> with convention-aware 
managed dependency updates and a public <code>findManagedVersion</code> API, 
and fixes pretty-print indentation for comments and processing instructions.</p>
   <h2>What's Changed</h2>
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li>feat: add convention-aware <code>updateManagedDependencyAligned</code> 
API (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/221";>#221</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>feat: expose <code>findManagedVersion</code> as public API (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/220";>#220</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>fix: align comment and PI indentation with sibling elements in pretty 
print (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/219";>#219</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>📦 Dependency updates</h3>
   <ul>
   <li>chore(deps): bump version.quarkus.platform from 3.34.3 to 3.34.6 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/213";>#213</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>chore(deps): bump actions/setup-java from 4 to 5 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/210";>#210</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>chore(deps): bump eu.maveniverse.maven.nisse:extension from 0.8.3 to 
0.8.4 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/218";>#218</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>chore(deps): bump jaxen:jaxen from 2.0.0 to 2.0.1 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/217";>#217</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/b5e06799989131e5cc6bc19133801f09c9e416f9";><code>b5e0679</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/225";>#225</a>: add 
attribute order change detection to XmlDiff</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/a48fc7c5e1745a1050fd0efa173e01b36b0827a5";><code>a48fc7c</code></a>
 chore(deps): bump version.quarkus-roq from 2.1.0 to 2.1.1 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/222";>#222</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/c57dc713c2989da2cfc19d6f8e53b82c4134df8e";><code>c57dc71</code></a>
 chore(deps): bump version.quarkus.platform from 3.34.6 to 3.35.2 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/224";>#224</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/2479f48d58da93c03225e177d010e60a0dea9294";><code>2479f48</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/214";>#214</a>: add 
convention-aware updateManagedDependencyAligned API</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/ee588c9648b7df07f4aaba2652dea3dd956df624";><code>ee588c9</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/215";>#215</a>: 
expose findManagedVersion as public API (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/220";>#220</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/2a921423e56a1d2ef11798bc4645e45b671732f8";><code>2a92142</code></a>
 chore(deps): bump version.quarkus.platform from 3.34.3 to 3.34.6 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/213";>#213</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/a0fb0673a758b617739eace840f21a84cdde295d";><code>a0fb067</code></a>
 chore(deps): bump actions/setup-java from 4 to 5 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/210";>#210</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/419bb941a3fc61eea7c2b17a3867d7ed331c51b4";><code>419bb94</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/216";>#216</a>: 
align comment and PI indentation with sibling elements in pretty print</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/06cb70da8cacaf192273a2e820a494e1cfcac4e7";><code>06cb70d</code></a>
 chore(deps): bump eu.maveniverse.maven.nisse:extension (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/218";>#218</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/a5c9a2418a2f5cd32b51bdaa0d636a3d98fa32e4";><code>a5c9a24</code></a>
 chore(deps): bump jaxen:jaxen from 2.0.0 to 2.0.1 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/217";>#217</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/maveniverse/domtrip/compare/release-0.4.1...1.5.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eu.maveniverse.maven.domtrip:domtrip-maven` from 0.4.1 to 1.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/maveniverse/domtrip/releases";>eu.maveniverse.maven.domtrip:domtrip-maven's
 releases</a>.</em></p>
   <blockquote>
   <h2>DomTrip 1.5.0</h2>
   <p>Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/225";>#225</a>: add 
attribute order change detection to XmlDiff</p>
   <ul>
   <li>
   <p>Add feature for detecting attribute ordering changes</p>
   </li>
   <li>
   <p>Apply suggestions from code review</p>
   </li>
   </ul>
   <p>Typo</p>
   <p>Co-authored-by: Carl Mueller-Roemer <a 
href="mailto:[email protected]";>[email protected]</a></p>
   <ul>
   <li>
   <p>Add coderabbit nitpick for improved coverage</p>
   </li>
   <li>
   <p>Add negative test for attribute moved</p>
   </li>
   <li>
   <p>Add test for common attributes only being checked</p>
   </li>
   <li>
   <p>Add test with namespaces</p>
   </li>
   <li>
   <p>Bump since version</p>
   </li>
   <li>
   <p>Improve test coverage for attribute moved test</p>
   </li>
   <li>
   <p>Improve test for attributes moved with namespaces</p>
   </li>
   </ul>
   <p>Co-authored-by: coderabbitai[bot] &lt;136622811+coderabbitai[bot]<a 
href="https://github.com/users";><code>@​users</code></a>.noreply.github.com&gt;</p>
   <hr />
   <p>Co-authored-by: coderabbitai[bot] &lt;136622811+coderabbitai[bot]<a 
href="https://github.com/users";><code>@​users</code></a>.noreply.github.com&gt;</p>
   <p>DomTrip 1.4.0 extends <code>PomEditor</code> with convention-aware 
managed dependency updates and a public <code>findManagedVersion</code> API, 
and fixes pretty-print indentation for comments and processing instructions.</p>
   <h2>What's Changed</h2>
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li>feat: add convention-aware <code>updateManagedDependencyAligned</code> 
API (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/221";>#221</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>feat: expose <code>findManagedVersion</code> as public API (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/220";>#220</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>fix: align comment and PI indentation with sibling elements in pretty 
print (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/219";>#219</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>📦 Dependency updates</h3>
   <ul>
   <li>chore(deps): bump version.quarkus.platform from 3.34.3 to 3.34.6 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/213";>#213</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>chore(deps): bump actions/setup-java from 4 to 5 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/210";>#210</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>chore(deps): bump eu.maveniverse.maven.nisse:extension from 0.8.3 to 
0.8.4 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/218";>#218</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>chore(deps): bump jaxen:jaxen from 2.0.0 to 2.0.1 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/217";>#217</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/b5e06799989131e5cc6bc19133801f09c9e416f9";><code>b5e0679</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/225";>#225</a>: add 
attribute order change detection to XmlDiff</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/a48fc7c5e1745a1050fd0efa173e01b36b0827a5";><code>a48fc7c</code></a>
 chore(deps): bump version.quarkus-roq from 2.1.0 to 2.1.1 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/222";>#222</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/c57dc713c2989da2cfc19d6f8e53b82c4134df8e";><code>c57dc71</code></a>
 chore(deps): bump version.quarkus.platform from 3.34.6 to 3.35.2 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/224";>#224</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/2479f48d58da93c03225e177d010e60a0dea9294";><code>2479f48</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/214";>#214</a>: add 
convention-aware updateManagedDependencyAligned API</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/ee588c9648b7df07f4aaba2652dea3dd956df624";><code>ee588c9</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/215";>#215</a>: 
expose findManagedVersion as public API (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/220";>#220</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/2a921423e56a1d2ef11798bc4645e45b671732f8";><code>2a92142</code></a>
 chore(deps): bump version.quarkus.platform from 3.34.3 to 3.34.6 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/213";>#213</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/a0fb0673a758b617739eace840f21a84cdde295d";><code>a0fb067</code></a>
 chore(deps): bump actions/setup-java from 4 to 5 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/210";>#210</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/419bb941a3fc61eea7c2b17a3867d7ed331c51b4";><code>419bb94</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/domtrip/issues/216";>#216</a>: 
align comment and PI indentation with sibling elements in pretty print</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/06cb70da8cacaf192273a2e820a494e1cfcac4e7";><code>06cb70d</code></a>
 chore(deps): bump eu.maveniverse.maven.nisse:extension (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/218";>#218</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/a5c9a2418a2f5cd32b51bdaa0d636a3d98fa32e4";><code>a5c9a24</code></a>
 chore(deps): bump jaxen:jaxen from 2.0.0 to 2.0.1 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/217";>#217</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/maveniverse/domtrip/compare/release-0.4.1...1.5.0";>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>


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