dependabot[bot] opened a new pull request, #201: URL: https://github.com/apache/maven-doxia-sitetools/pull/201
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.9.0 to 4.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/HtmlUnit/htmlunit/releases">org.htmlunit:htmlunit's releases</a>.</em></p> <blockquote> <h2>HtmlUnit 4.12.0</h2> <p><strong>Highlights</strong></p> <ul> <li> <p><strong>This release is not compatible with 3.xx versions</strong></p> </li> <li> <p>Chrome/Edge 135, Firefox 137</p> </li> <li> <p>neko: ignore white space before the closing > when parsing special tags; avoid HTML1011 error for self closing tags</p> </li> <li> <p>core-js: NativeArray impl is now lambda based</p> </li> <li> <p>core-js: improved date string parser</p> </li> <li> <p>DomTokenList.forEach() / NodeList.forEach() now takes care of the current state of the list (e.g. the forEach function might add/remove elements to the list itself).</p> </li> <li> <p>upgrade Apache commons-io to 2.19.0.</p> </li> <li> <p>core-js: Complete re-implementation of 'String.prototype.search', 'String.prototype.replace', 'String.prototype.replaceAll', and 'String.prototype.split'. The new impl is much closer to the spec.</p> </li> <li> <p>core-js: Named capture groups support added, more regexp fixes</p> </li> <li> <p>WebClient.setWebSocketAdapter(WebSocketAdapterFactory) added. This should help to use a different WebSocket implementation.</p> </li> <li> <p>WebSocketAdapter splitted into WebSocketAdapter and WebSocketListener. New interface WebSocketAdapterFactory introduced. This should help to make it simpler to use a different WebSocket implementation.</p> </li> </ul> <p>Please have a look at the <a href="https://www.htmlunit.org/changes-report.html#a4.12.0">full release notes</a> for details about this release.</p> <p>💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome <a href="https://github.com/sponsors/rbri">https://github.com/sponsors/rbri</a>).</p> <p>Full Changelog: <a href="https://github.com/HtmlUnit/htmlunit/compare/4.11.1...4.12.0">https://github.com/HtmlUnit/htmlunit/compare/4.11.1...4.12.0</a></p> <h2>HtmlUnit 4.11.1</h2> <p><strong>Highlights</strong></p> <ul> <li> <p><strong>This release is not compatible with 3.xx versions</strong></p> </li> <li> <p>NumberFormatException fixed</p> </li> </ul> <p>Please have a look at the <a href="https://www.htmlunit.org/changes-report.html#a4.11.1">full release notes</a> for details about this release.</p> <p>💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome <a href="https://github.com/sponsors/rbri">https://github.com/sponsors/rbri</a>).</p> <p>Full Changelog: <a href="https://github.com/HtmlUnit/htmlunit/compare/4.11.0...4.11.1">https://github.com/HtmlUnit/htmlunit/compare/4.11.0...4.11.1</a></p> <h2>HtmlUnit 4.11.0</h2> <p><strong>Highlights</strong></p> <ul> <li> <p><strong>This release is not compatible with 3.xx versions</strong></p> </li> <li> <p>Chrome/Edge 134, Firefox 136</p> </li> <li> <p>many Rhino/core-js improvements/fixes/performance updates</p> </li> <li> <p>switching back to use the rhino regular expressions (instead of trying to translate them into java regex)</p> </li> <li> <p>apache commons-codec is no longer a runtime dependency</p> </li> <li> <p>as usual a bunch of improvements and fixes</p> </li> </ul> <p>Please have a look at the <a href="https://www.htmlunit.org/changes-report.html#a4.11.0">full release notes</a> for details about this release.</p> <p>💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome <a href="https://github.com/sponsors/rbri">https://github.com/sponsors/rbri</a>).</p> <p>Full Changelog: <a href="https://github.com/HtmlUnit/htmlunit/compare/4.10.0...4.11.0">https://github.com/HtmlUnit/htmlunit/compare/4.10.0...4.11.0</a></p> <h2>HtmlUnit 4.10.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/0ca4b095071edde1b1c7d124d5f93916b8d34bf8"><code>0ca4b09</code></a> 4.12.0</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/fa52e09046a6a8387541056d171ce7aaf9baf9a9"><code>fa52e09</code></a> add test case for issue <a href="https://redirect.github.com/HtmlUnit/htmlunit/issues/966">#966</a></li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/0edd5bffcabb716e97a7c659caf20a7acba926de"><code>0edd5bf</code></a> start working towards 4.12.0</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/a379e5b138824f75ca5b9c88aa31114a63568023"><code>a379e5b</code></a> fix typo</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/4333df2f07aa93f25aba07d9bb77499c3878032d"><code>4333df2</code></a> Bump actions/upload-artifact from 4.6.1 to 4.6.2</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/92f693c4490a70e784b8dfa926a078612d2d127f"><code>92f693c</code></a> unify and simplify code</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/640856eba945a2764b34005b8a93b91f3fbd6689"><code>640856e</code></a> cleanup</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/d86b583872a7ba58bdca91bf1ee5e66064d5ed1d"><code>d86b583</code></a> jdoc fix</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/eb2181d4e531a3cb4d27d346be8df5800e463ed5"><code>eb2181d</code></a> code style</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/2df4954901ca8916512917d93468f2db56917a11"><code>2df4954</code></a> introduce option NekoReaderBufferSize</li> <li>Additional commits viewable in <a href="https://github.com/HtmlUnit/htmlunit/compare/4.9.0...4.12.0">compare view</a></li> </ul> </details> <br /> [](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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org