dependabot[bot] opened a new pull request, #1673: URL: https://github.com/apache/maven-site/pull/1673
Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2026.7 to 1.2026.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plantuml/plantuml/releases">net.sourceforge.plantuml:plantuml's releases</a>.</em></p> <blockquote> <h2>v1.2026.8</h2> <h2>What's Changed</h2> <ul> <li>⬆️ Bump actions/setup-java from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/plantuml/plantuml/pull/2833">plantuml/plantuml#2833</a></li> <li>📝 docs: add how to update alphadoc <a href="https://redirect.github.com/plantuml/plantuml/issues/2420">#2420</a> by <a href="https://github.com/AzazelSensei"><code>@AzazelSensei</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2841">plantuml/plantuml#2841</a></li> <li>⚡️ Cache SkinParam.getThickness by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2838">plantuml/plantuml#2838</a></li> <li>⚡️ Faster SVG number and color formatting in the TeaVM backend by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2837">plantuml/plantuml#2837</a></li> <li>⚡️ Teoz: cache the component in NoteTile, CommunicationTileSelf and CommunicationExoTile by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2839">plantuml/plantuml#2839</a></li> <li>⚡️ Teoz: cache the ArrowComponent in CommunicationTile by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2836">plantuml/plantuml#2836</a></li> <li>👷 Add perf-bench: non-blocking render performance tracking for the browser engine by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2840">plantuml/plantuml#2840</a></li> <li>⚡️ Teoz: O(1) event lookup in LiveBoxes isNextEventADestroy and getActivateColor by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2835">plantuml/plantuml#2835</a></li> <li>🍵 Support <code>!theme</code> in the browser (TeaVM) build by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2848">plantuml/plantuml#2848</a></li> <li>🍵 Paint the document background in the browser (TeaVM) build (stacked on <a href="https://redirect.github.com/plantuml/plantuml/issues/2848">#2848</a>) by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2849">plantuml/plantuml#2849</a></li> <li>🐛 objectdiagram: preserve association link direction by <a href="https://github.com/onuracar-dev"><code>@onuracar-dev</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2843">plantuml/plantuml#2843</a></li> <li>⬆️ Bump org.graalvm.buildtools.native from 1.1.10 to 1.1.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/plantuml/plantuml/pull/2855">plantuml/plantuml#2855</a></li> <li>✨ TeaVM: readable error instead of an unhandled exception when viz-global.js is missing by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2851">plantuml/plantuml#2851</a></li> <li>⬆️ Bump org.eclipse.xtext:org.eclipse.xtext.xbase.lib from 2.36.0 to 2.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/plantuml/plantuml/pull/2856">plantuml/plantuml#2856</a></li> <li>✨ TeaVM: honor '!pragma layout smetana' in the browser build by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2852">plantuml/plantuml#2852</a></li> <li>👷 [GHA] Rename action job from 'themes' to 'checks' and add Gradle title by <a href="https://github.com/The-Lum"><code>@The-Lum</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2863">plantuml/plantuml#2863</a></li> <li>⬆️ Bump qs from 6.15.2 to 6.16.0 in /plantuml-mcp-js by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/plantuml/plantuml/pull/2864">plantuml/plantuml#2864</a></li> <li>⬆️ Bump fast-uri from 3.1.5 to 3.1.7 in /plantuml-mcp-js by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/plantuml/plantuml/pull/2865">plantuml/plantuml#2865</a></li> <li>⚡️ Smetana performance: dictionary and debug trace hot paths no longer construct exceptions by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2858">plantuml/plantuml#2858</a></li> <li>⚡️ Class diagrams: compile the URL regexp in isMethod once by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2860">plantuml/plantuml#2860</a></li> <li>✨ TeaVM: fall back to Smetana when viz-global.js is not loaded by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2861">plantuml/plantuml#2861</a></li> <li>♻️ Add README to <code>site</code> folder and reorganize JDepend tools by <a href="https://github.com/The-Lum"><code>@The-Lum</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2869">plantuml/plantuml#2869</a></li> <li>♻️ Move perf-bench and browser-test under tools/ by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2868">plantuml/plantuml#2868</a></li> <li>👷 update sonar action and <code>GPL_ONLY</code> var. usage by <a href="https://github.com/The-Lum"><code>@The-Lum</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2871">plantuml/plantuml#2871</a></li> <li>👷 perf-bench: recenter expected bands on the measured ratios by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2862">plantuml/plantuml#2862</a></li> <li>📝 Document missing Javadoc <a href="https://github.com/param"><code>@param</code></a> tags <a href="https://redirect.github.com/plantuml/plantuml/issues/2629">#2629</a> by <a href="https://github.com/AzazelSensei"><code>@AzazelSensei</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2850">plantuml/plantuml#2850</a></li> <li>⬆️ Bump actions/setup-node from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/plantuml/plantuml/pull/2844">plantuml/plantuml#2844</a></li> <li>✨ Stdlib includes for every host of the browser engine: PLANTUML_STDLIB_BASE and PLANTUML_STDLIB_LOADER by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a> in <a href="https://redirect.github.com/plantuml/plantuml/pull/2873">plantuml/plantuml#2873</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AzazelSensei"><code>@AzazelSensei</code></a> made their first contribution in <a href="https://redirect.github.com/plantuml/plantuml/pull/2841">plantuml/plantuml#2841</a></li> <li><a href="https://github.com/onuracar-dev"><code>@onuracar-dev</code></a> made their first contribution in <a href="https://redirect.github.com/plantuml/plantuml/pull/2843">plantuml/plantuml#2843</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/plantuml/plantuml/compare/v1.2026.7...v1.2026.8">https://github.com/plantuml/plantuml/compare/v1.2026.7...v1.2026.8</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/plantuml/plantuml/blob/master/CHANGES.md">net.sourceforge.plantuml:plantuml's changelog</a>.</em></p> <blockquote> <h2>V1.2026.8 (Sep 5, 2026)</h2> <ul> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2838"><code>⚡️ Cache SkinParam.getThickness by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2837"><code>🍵 Faster SVG number and color formatting in the TeaVM backend by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2839"><code>⚡️ Teoz: cache the component in NoteTile, CommunicationTileSelf and CommunicationExoTile by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2836"><code>⚡️ Teoz: cache the ArrowComponent in CommunicationTile by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2840"><code>🍵 Add perf-bench: non-blocking render performance tracking for the browser engine by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2835"><code>⚡️ Teoz: O(1) event lookup in LiveBoxes isNextEventADestroy and getActivateColor by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2848">🍵 Support <code>!theme</code><code> in the browser (TeaVM) build by @lemonlion</code></a></li> <li>[🍵 Paint the document background in the browser (TeaVM) build (stacked on <a href="https://redirect.github.com/plantuml/plantuml/issues/2848">#2848</a>) by <a href="https://github.com/lemonlion"><code>@lemonlion</code></a>](<a href="https://redirect.github.com/plantuml/plantuml/pull/2849">plantuml/plantuml#2849</a>)</li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2843"><code>🐛 objectdiagram: preserve association link direction by @onuracar-dev</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2851"><code>🍵 TeaVM: readable error instead of an unhandled exception when viz-global.js is missing by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2852"><code>🍵 TeaVM: honor '!pragma layout smetana' in the browser build by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2863"><code>👷 Rename action job from 'themes' to 'checks' and add Gradle title by @The-Lum</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2858"><code>🍵 Smetana performance: dictionary and debug trace hot paths no longer construct exceptions by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2860"><code>⚡️ Class diagrams: compile the URL regexp in isMethod once by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2861"><code>🍵 TeaVM: fall back to Smetana when viz-global.js is not loaded by @lemonlion</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2869">♻️ Add README to <code>site</code><code> folder and reorganize JDepend tools by @The-Lum</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2871">👷 update sonar action and <code>GPL_ONLY</code><code> var. usage by @The-Lum</code></a></li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2862"><code>👷 perf-bench: recenter expected bands on the measured ratios by @lemonlion</code></a></li> <li>[📝 Document missing Javadoc <a href="https://github.com/param"><code>@param</code></a> tags <a href="https://redirect.github.com/plantuml/plantuml/issues/2629">#2629</a> by <a href="https://github.com/AzazelSensei"><code>@AzazelSensei</code></a>](<a href="https://redirect.github.com/plantuml/plantuml/pull/2850">plantuml/plantuml#2850</a>)</li> <li><a href="https://redirect.github.com/plantuml/plantuml/pull/2873"><code>🍵 Stdlib includes for every host of the browser engine: PLANTUML_STDLIB_BASE and PLANTUML_STDLIB_LOADER by @lemonlion</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plantuml/plantuml/commit/149874a1bb2b64c42889d7178cb89f6647ac14bc"><code>149874a</code></a> 🎉 version 1.2026.8</li> <li><a href="https://github.com/plantuml/plantuml/commit/1f356488ab80928877b0b8bfd8de72097cb50de9"><code>1f35648</code></a> ✅ add non-regression tests about mindmap and wbs</li> <li><a href="https://github.com/plantuml/plantuml/commit/2db0db8292a483c5cd18413cda754a57690f72a0"><code>2db0db8</code></a> 🍵 Stdlib includes for every host: PLANTUML_STDLIB_BASE and PLANTUML_STDLIB_LO...</li> <li><a href="https://github.com/plantuml/plantuml/commit/d8579252694c26bfbfb2fa85eda18557ef457e52"><code>d857925</code></a> Bump actions/setup-node from 6 to 7 (<a href="https://redirect.github.com/plantuml/plantuml/issues/2844">#2844</a>)</li> <li><a href="https://github.com/plantuml/plantuml/commit/dea3374453fdd01b549c827ef92778610bf2723c"><code>dea3374</code></a> 📝 fix javadoc warning in Sonar</li> <li><a href="https://github.com/plantuml/plantuml/commit/24b4fb18658d1baa03221505990d7f67e6d62049"><code>24b4fb1</code></a> 📝 Document missing Javadoc <a href="https://github.com/param"><code>@param</code></a> tags <a href="https://redirect.github.com/plantuml/plantuml/issues/2629">#2629</a> (<a href="https://redirect.github.com/plantuml/plantuml/issues/2850">#2850</a>)</li> <li><a href="https://github.com/plantuml/plantuml/commit/d6890f0d163501fecf78ca175300c453a4b5a567"><code>d6890f0</code></a> 👷 perf-bench: recenter expected bands on the measured ratios (<a href="https://redirect.github.com/plantuml/plantuml/issues/2862">#2862</a>)</li> <li><a href="https://github.com/plantuml/plantuml/commit/834f59f53e74fee929880e570ed17790d822b5b1"><code>834f59f</code></a> 👷 update sonar action and <code>GPL_ONLY</code> var. usage (<a href="https://redirect.github.com/plantuml/plantuml/issues/2871">#2871</a>)</li> <li><a href="https://github.com/plantuml/plantuml/commit/cd67d0d7b0645667ab711610d0f4603eb1a48bc8"><code>cd67d0d</code></a> 👷 Move perf-bench and browser-test under tools/ (<a href="https://redirect.github.com/plantuml/plantuml/issues/2868">#2868</a>)</li> <li><a href="https://github.com/plantuml/plantuml/commit/0e4f452e5fe7b6220344ad34115c7579cc96ad4c"><code>0e4f452</code></a> ♻️ Add README to <code>site</code> folder and reorganize JDepend tools (<a href="https://redirect.github.com/plantuml/plantuml/issues/2869">#2869</a>)</li> <li>Additional commits viewable in <a href="https://github.com/plantuml/plantuml/compare/v1.2026.7...v1.2026.8">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 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]
