dependabot[bot] opened a new pull request, #11992: URL: https://github.com/apache/maven/pull/11992
Bumps `domtripVersion` from 0.4.1 to 1.4.0. Updates `eu.maveniverse.maven.domtrip:domtrip-core` from 0.4.1 to 1.4.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> <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> <li>chore(deps): bump version.quarkus-roq from 2.0.5 to 2.1.0 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/212">#212</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore(deps): bump actions/upload-pages-artifact from 4 to 5 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/211">#211</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore(deps-dev): bump org.dom4j:dom4j from 2.1.4 to 2.2.0 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/209">#209</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore(deps): bump actions/checkout from 4 to 6 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/208">#208</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/maveniverse/domtrip/compare/1.3.0...1.4.0">https://github.com/maveniverse/domtrip/compare/1.3.0...1.4.0</a></p> <h2>DomTrip 1.3.0</h2> <p>docs: remove fake support email from website</p> <p>Co-Authored-By: Claude Opus 4.6 <a href="mailto:[email protected]">[email protected]</a></p> <p>DomTrip 1.2.1 brings a major performance boost: the XML parser is now 2-3x faster through optimized character scanning, reduced object allocation, and streamlined whitespace handling. This release also includes updated documentation with compiled snippet-based examples and thread-safety guidelines.</p> <h2>🚀 New features and improvements</h2> <ul> <li>perf: optimize parser for 2-3x faster XML parsing (<a href="https://redirect.github.com/maveniverse/domtrip/pull/188">#188</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump version.quarkus.platform from 3.34.2 to 3.34.3 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/181">#181</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump release-drafter/release-drafter from 6 to 7 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/169">#169</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>docs: update website for 1.2.0 release with snippet-based examples (<a href="https://redirect.github.com/maveniverse/domtrip/pull/186">#186</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: escape Qute expressions in docs and add GitHub link to homepage (<a href="https://redirect.github.com/maveniverse/domtrip/pull/187">#187</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>docs: add thread-safety documentation to core classes (<a href="https://redirect.github.com/maveniverse/domtrip/pull/189">#189</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <p>DomTrip 1.2.0 completes the dependency alignment story: all version source conversions now work (property-to-literal, managed-to-inline, and vice versa), and a new cross-POM alignment API lets you migrate child dependency versions into a parent's <code><dependencyManagement></code> section — with property resolution, naming convention support, and automatic deduplication.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/maveniverse/domtrip/commit/23bfc23b1d501c5db34addf21b9703e0aa8e1b5f"><code>23bfc23</code></a> chore(deps): bump version.quarkus-roq from 2.0.5 to 2.1.0 (<a href="https://redirect.github.com/maveniverse/domtrip/issues/212">#212</a>)</li> <li><a href="https://github.com/maveniverse/domtrip/commit/18930cefddae081a235b34739b5bb66b8738d185"><code>18930ce</code></a> chore(deps): bump actions/upload-pages-artifact from 4 to 5 (<a href="https://redirect.github.com/maveniverse/domtrip/issues/211">#211</a>)</li> <li><a href="https://github.com/maveniverse/domtrip/commit/f87484cdcc07e67c6505425db3183f3a06dbe326"><code>f87484c</code></a> chore(deps-dev): bump org.dom4j:dom4j from 2.1.4 to 2.2.0 (<a href="https://redirect.github.com/maveniverse/domtrip/issues/209">#209</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maveniverse/domtrip/compare/release-0.4.1...1.4.0">compare view</a></li> </ul> </details> <br /> Updates `eu.maveniverse.maven.domtrip:domtrip-maven` from 0.4.1 to 1.4.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> <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> <li>chore(deps): bump version.quarkus-roq from 2.0.5 to 2.1.0 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/212">#212</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore(deps): bump actions/upload-pages-artifact from 4 to 5 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/211">#211</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore(deps-dev): bump org.dom4j:dom4j from 2.1.4 to 2.2.0 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/209">#209</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore(deps): bump actions/checkout from 4 to 6 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/208">#208</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/maveniverse/domtrip/compare/1.3.0...1.4.0">https://github.com/maveniverse/domtrip/compare/1.3.0...1.4.0</a></p> <h2>DomTrip 1.3.0</h2> <p>docs: remove fake support email from website</p> <p>Co-Authored-By: Claude Opus 4.6 <a href="mailto:[email protected]">[email protected]</a></p> <p>DomTrip 1.2.1 brings a major performance boost: the XML parser is now 2-3x faster through optimized character scanning, reduced object allocation, and streamlined whitespace handling. This release also includes updated documentation with compiled snippet-based examples and thread-safety guidelines.</p> <h2>🚀 New features and improvements</h2> <ul> <li>perf: optimize parser for 2-3x faster XML parsing (<a href="https://redirect.github.com/maveniverse/domtrip/pull/188">#188</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump version.quarkus.platform from 3.34.2 to 3.34.3 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/181">#181</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump release-drafter/release-drafter from 6 to 7 (<a href="https://redirect.github.com/maveniverse/domtrip/pull/169">#169</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>docs: update website for 1.2.0 release with snippet-based examples (<a href="https://redirect.github.com/maveniverse/domtrip/pull/186">#186</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: escape Qute expressions in docs and add GitHub link to homepage (<a href="https://redirect.github.com/maveniverse/domtrip/pull/187">#187</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>docs: add thread-safety documentation to core classes (<a href="https://redirect.github.com/maveniverse/domtrip/pull/189">#189</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <p>DomTrip 1.2.0 completes the dependency alignment story: all version source conversions now work (property-to-literal, managed-to-inline, and vice versa), and a new cross-POM alignment API lets you migrate child dependency versions into a parent's <code><dependencyManagement></code> section — with property resolution, naming convention support, and automatic deduplication.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/maveniverse/domtrip/commit/23bfc23b1d501c5db34addf21b9703e0aa8e1b5f"><code>23bfc23</code></a> chore(deps): bump version.quarkus-roq from 2.0.5 to 2.1.0 (<a href="https://redirect.github.com/maveniverse/domtrip/issues/212">#212</a>)</li> <li><a href="https://github.com/maveniverse/domtrip/commit/18930cefddae081a235b34739b5bb66b8738d185"><code>18930ce</code></a> chore(deps): bump actions/upload-pages-artifact from 4 to 5 (<a href="https://redirect.github.com/maveniverse/domtrip/issues/211">#211</a>)</li> <li><a href="https://github.com/maveniverse/domtrip/commit/f87484cdcc07e67c6505425db3183f3a06dbe326"><code>f87484c</code></a> chore(deps-dev): bump org.dom4j:dom4j from 2.1.4 to 2.2.0 (<a href="https://redirect.github.com/maveniverse/domtrip/issues/209">#209</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maveniverse/domtrip/compare/release-0.4.1...1.4.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]
