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

   Bumps `jlineVersion` from 3.30.9 to 4.0.13.
   Updates `org.jline:jansi-core` from 3.30.9 to 4.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jansi-core's 
releases</a>.</em></p>
   <blockquote>
   <p>JLine 4.0.13 is a patch release with bug fixes for terminal handling, 
GraalVM native-image support, and encoding issues.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li>Erase probe emoji after grapheme cluster width detection (<a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Register all FFM foreign function signatures for GraalVM native-image 
(<a href="https://redirect.github.com/jline/jline3/issues/1802";>#1802</a>)</li>
   <li>Register Kernel32 FFM downcall signatures for GraalVM native-image (<a 
href="https://redirect.github.com/jline/jline3/issues/1803";>#1803</a>)</li>
   <li>Deprecate SwingTerminal.dispose() in favor of close() (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li>Avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li>Close PTY streams before shutdown to prevent hang on macOS (<a 
href="https://redirect.github.com/jline/jline3/issues/1817";>#1817</a>)</li>
   <li>Resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li>Use terminal encoding instead of default charset in VirtualTerminal (<a 
href="https://redirect.github.com/jline/jline3/issues/1822";>#1822</a>)</li>
   </ul>
   <h2>JLine 4.0.12</h2>
   <p><strong>JLine 4.0.12</strong> is a quick follow-up fixing two 
regressions. A missing timeout in the forced-dump path caused busy-loop CPU 
spinning, and an unguarded <code>AnsiConsole.providers()</code> call threw 
<code>NoSuchMethodError</code> when running against older Jansi versions.</p>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: restore waitDirty timeout in forced dump to prevent busy-loop 
spinning (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1768";>#1768</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1769";>#1769</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError 
(fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1766";>#1766</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1767";>#1767</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.11</h2>
   <p><strong>JLine 4.0.11</strong> improves <strong>SwingTerminal rendering 
fidelity</strong> and <strong>grapheme cluster performance</strong>. 
SwingTerminal now correctly renders dim, italic, and conceal attributes and 
matches the ScreenTerminal HTML color logic. A BreakIterator caching fix 
eliminates repeated object allocation in grapheme cluster width loops, and a 
spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/pull/1759";>#1759</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/pull/1765";>#1765</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
interaction (<a 
href="https://redirect.github.com/jline/jline3/pull/1758";>#1758</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Match SwingTerminal color logic to new HTML color logic (<a 
href="https://redirect.github.com/jline/jline3/pull/1757";>#1757</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1763";>#1763</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/1760";>#1760</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>chore: suppress deprecation warnings in tests for deprecated console API 
(<a href="https://redirect.github.com/jline/jline3/pull/1764";>#1764</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/pull/1761";>#1761</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.10</h2>
   <p><strong>JLine 4.0.10</strong> focuses on <strong>Unicode accuracy and 
virtual terminal correctness</strong>. Grapheme cluster width calculations are 
now properly integrated with Mode 2027 detection, giving accurate display 
alignment for emoji and complex scripts. The ScreenTerminal receives numerous 
bug fixes for cursor handling, scrolling, and alt-screen management, along with 
new true-color, dim, and italic SGR support. Several defensive fixes address 
edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider 
loading.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/befdfced92d5397959f9bb523bf96c8a4c980a18";><code>befdfce</code></a>
 fix: pass explicit version to nisse in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/2571aec06aa74d4ec82fd2c9cad453fa5c2f982f";><code>2571aec</code></a>
 chore: update nisse extension to 0.8.4</li>
   <li><a 
href="https://github.com/jline/jline3/commit/acc413cfdd9239fd53db868c99c638b54f49d4b2";><code>acc413c</code></a>
 fix: use terminal encoding instead of default charset in VirtualTerminal 
(fix...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/96d9900b898ae13e8d54e8cfeaacb44197563638";><code>96d9900</code></a>
 fix: resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8951df5b74928ae7662f5df2db3441fd89c06cb3";><code>8951df5</code></a>
 fix: register all FFM foreign function signatures for GraalVM native-image 
(#...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/85dd6248bb0654163fb0f95aae84bcd74e3b4861";><code>85dd624</code></a>
 fix: close PTY streams before shutdown to prevent hang on macOS (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1808";>#1808</a>)...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/eaa5f1098fd76f71461df1aa91f68e03426cf632";><code>eaa5f10</code></a>
 fix: deprecate SwingTerminal.dispose() in favor of close() (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1805";>#1805</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8657488b39e4c3b48526efeb1c43b47d41c0171c";><code>8657488</code></a>
 fix: avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1796";>#1796</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f25fe23922504d5dda2b1581a679f909f72b793e";><code>f25fe23</code></a>
 fix: Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/75bb3d08208327f665bd38820ad4983b0a26c92a";><code>75bb3d0</code></a>
 fix: erase probe emoji after grapheme cluster width detection (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.9...4.0.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal` from 3.30.9 to 4.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline-terminal's 
releases</a>.</em></p>
   <blockquote>
   <p>JLine 4.0.13 is a patch release with bug fixes for terminal handling, 
GraalVM native-image support, and encoding issues.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li>Erase probe emoji after grapheme cluster width detection (<a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Register all FFM foreign function signatures for GraalVM native-image 
(<a href="https://redirect.github.com/jline/jline3/issues/1802";>#1802</a>)</li>
   <li>Register Kernel32 FFM downcall signatures for GraalVM native-image (<a 
href="https://redirect.github.com/jline/jline3/issues/1803";>#1803</a>)</li>
   <li>Deprecate SwingTerminal.dispose() in favor of close() (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li>Avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li>Close PTY streams before shutdown to prevent hang on macOS (<a 
href="https://redirect.github.com/jline/jline3/issues/1817";>#1817</a>)</li>
   <li>Resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li>Use terminal encoding instead of default charset in VirtualTerminal (<a 
href="https://redirect.github.com/jline/jline3/issues/1822";>#1822</a>)</li>
   </ul>
   <h2>JLine 4.0.12</h2>
   <p><strong>JLine 4.0.12</strong> is a quick follow-up fixing two 
regressions. A missing timeout in the forced-dump path caused busy-loop CPU 
spinning, and an unguarded <code>AnsiConsole.providers()</code> call threw 
<code>NoSuchMethodError</code> when running against older Jansi versions.</p>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: restore waitDirty timeout in forced dump to prevent busy-loop 
spinning (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1768";>#1768</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1769";>#1769</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError 
(fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1766";>#1766</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1767";>#1767</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.11</h2>
   <p><strong>JLine 4.0.11</strong> improves <strong>SwingTerminal rendering 
fidelity</strong> and <strong>grapheme cluster performance</strong>. 
SwingTerminal now correctly renders dim, italic, and conceal attributes and 
matches the ScreenTerminal HTML color logic. A BreakIterator caching fix 
eliminates repeated object allocation in grapheme cluster width loops, and a 
spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/pull/1759";>#1759</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/pull/1765";>#1765</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
interaction (<a 
href="https://redirect.github.com/jline/jline3/pull/1758";>#1758</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Match SwingTerminal color logic to new HTML color logic (<a 
href="https://redirect.github.com/jline/jline3/pull/1757";>#1757</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1763";>#1763</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/1760";>#1760</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>chore: suppress deprecation warnings in tests for deprecated console API 
(<a href="https://redirect.github.com/jline/jline3/pull/1764";>#1764</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/pull/1761";>#1761</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.10</h2>
   <p><strong>JLine 4.0.10</strong> focuses on <strong>Unicode accuracy and 
virtual terminal correctness</strong>. Grapheme cluster width calculations are 
now properly integrated with Mode 2027 detection, giving accurate display 
alignment for emoji and complex scripts. The ScreenTerminal receives numerous 
bug fixes for cursor handling, scrolling, and alt-screen management, along with 
new true-color, dim, and italic SGR support. Several defensive fixes address 
edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider 
loading.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/befdfced92d5397959f9bb523bf96c8a4c980a18";><code>befdfce</code></a>
 fix: pass explicit version to nisse in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/2571aec06aa74d4ec82fd2c9cad453fa5c2f982f";><code>2571aec</code></a>
 chore: update nisse extension to 0.8.4</li>
   <li><a 
href="https://github.com/jline/jline3/commit/acc413cfdd9239fd53db868c99c638b54f49d4b2";><code>acc413c</code></a>
 fix: use terminal encoding instead of default charset in VirtualTerminal 
(fix...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/96d9900b898ae13e8d54e8cfeaacb44197563638";><code>96d9900</code></a>
 fix: resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8951df5b74928ae7662f5df2db3441fd89c06cb3";><code>8951df5</code></a>
 fix: register all FFM foreign function signatures for GraalVM native-image 
(#...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/85dd6248bb0654163fb0f95aae84bcd74e3b4861";><code>85dd624</code></a>
 fix: close PTY streams before shutdown to prevent hang on macOS (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1808";>#1808</a>)...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/eaa5f1098fd76f71461df1aa91f68e03426cf632";><code>eaa5f10</code></a>
 fix: deprecate SwingTerminal.dispose() in favor of close() (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1805";>#1805</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8657488b39e4c3b48526efeb1c43b47d41c0171c";><code>8657488</code></a>
 fix: avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1796";>#1796</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f25fe23922504d5dda2b1581a679f909f72b793e";><code>f25fe23</code></a>
 fix: Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/75bb3d08208327f665bd38820ad4983b0a26c92a";><code>75bb3d0</code></a>
 fix: erase probe emoji after grapheme cluster width detection (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.9...4.0.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal-jni` from 3.30.9 to 4.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline-terminal-jni's 
releases</a>.</em></p>
   <blockquote>
   <p>JLine 4.0.13 is a patch release with bug fixes for terminal handling, 
GraalVM native-image support, and encoding issues.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li>Erase probe emoji after grapheme cluster width detection (<a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Register all FFM foreign function signatures for GraalVM native-image 
(<a href="https://redirect.github.com/jline/jline3/issues/1802";>#1802</a>)</li>
   <li>Register Kernel32 FFM downcall signatures for GraalVM native-image (<a 
href="https://redirect.github.com/jline/jline3/issues/1803";>#1803</a>)</li>
   <li>Deprecate SwingTerminal.dispose() in favor of close() (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li>Avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li>Close PTY streams before shutdown to prevent hang on macOS (<a 
href="https://redirect.github.com/jline/jline3/issues/1817";>#1817</a>)</li>
   <li>Resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li>Use terminal encoding instead of default charset in VirtualTerminal (<a 
href="https://redirect.github.com/jline/jline3/issues/1822";>#1822</a>)</li>
   </ul>
   <h2>JLine 4.0.12</h2>
   <p><strong>JLine 4.0.12</strong> is a quick follow-up fixing two 
regressions. A missing timeout in the forced-dump path caused busy-loop CPU 
spinning, and an unguarded <code>AnsiConsole.providers()</code> call threw 
<code>NoSuchMethodError</code> when running against older Jansi versions.</p>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: restore waitDirty timeout in forced dump to prevent busy-loop 
spinning (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1768";>#1768</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1769";>#1769</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError 
(fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1766";>#1766</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1767";>#1767</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.11</h2>
   <p><strong>JLine 4.0.11</strong> improves <strong>SwingTerminal rendering 
fidelity</strong> and <strong>grapheme cluster performance</strong>. 
SwingTerminal now correctly renders dim, italic, and conceal attributes and 
matches the ScreenTerminal HTML color logic. A BreakIterator caching fix 
eliminates repeated object allocation in grapheme cluster width loops, and a 
spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/pull/1759";>#1759</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/pull/1765";>#1765</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
interaction (<a 
href="https://redirect.github.com/jline/jline3/pull/1758";>#1758</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Match SwingTerminal color logic to new HTML color logic (<a 
href="https://redirect.github.com/jline/jline3/pull/1757";>#1757</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1763";>#1763</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/1760";>#1760</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>chore: suppress deprecation warnings in tests for deprecated console API 
(<a href="https://redirect.github.com/jline/jline3/pull/1764";>#1764</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/pull/1761";>#1761</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.10</h2>
   <p><strong>JLine 4.0.10</strong> focuses on <strong>Unicode accuracy and 
virtual terminal correctness</strong>. Grapheme cluster width calculations are 
now properly integrated with Mode 2027 detection, giving accurate display 
alignment for emoji and complex scripts. The ScreenTerminal receives numerous 
bug fixes for cursor handling, scrolling, and alt-screen management, along with 
new true-color, dim, and italic SGR support. Several defensive fixes address 
edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider 
loading.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/befdfced92d5397959f9bb523bf96c8a4c980a18";><code>befdfce</code></a>
 fix: pass explicit version to nisse in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/2571aec06aa74d4ec82fd2c9cad453fa5c2f982f";><code>2571aec</code></a>
 chore: update nisse extension to 0.8.4</li>
   <li><a 
href="https://github.com/jline/jline3/commit/acc413cfdd9239fd53db868c99c638b54f49d4b2";><code>acc413c</code></a>
 fix: use terminal encoding instead of default charset in VirtualTerminal 
(fix...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/96d9900b898ae13e8d54e8cfeaacb44197563638";><code>96d9900</code></a>
 fix: resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8951df5b74928ae7662f5df2db3441fd89c06cb3";><code>8951df5</code></a>
 fix: register all FFM foreign function signatures for GraalVM native-image 
(#...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/85dd6248bb0654163fb0f95aae84bcd74e3b4861";><code>85dd624</code></a>
 fix: close PTY streams before shutdown to prevent hang on macOS (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1808";>#1808</a>)...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/eaa5f1098fd76f71461df1aa91f68e03426cf632";><code>eaa5f10</code></a>
 fix: deprecate SwingTerminal.dispose() in favor of close() (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1805";>#1805</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8657488b39e4c3b48526efeb1c43b47d41c0171c";><code>8657488</code></a>
 fix: avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1796";>#1796</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f25fe23922504d5dda2b1581a679f909f72b793e";><code>f25fe23</code></a>
 fix: Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/75bb3d08208327f665bd38820ad4983b0a26c92a";><code>75bb3d0</code></a>
 fix: erase probe emoji after grapheme cluster width detection (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.9...4.0.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal-ffm` from 3.30.9 to 4.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline-terminal-ffm's 
releases</a>.</em></p>
   <blockquote>
   <p>JLine 4.0.13 is a patch release with bug fixes for terminal handling, 
GraalVM native-image support, and encoding issues.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li>Erase probe emoji after grapheme cluster width detection (<a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Register all FFM foreign function signatures for GraalVM native-image 
(<a href="https://redirect.github.com/jline/jline3/issues/1802";>#1802</a>)</li>
   <li>Register Kernel32 FFM downcall signatures for GraalVM native-image (<a 
href="https://redirect.github.com/jline/jline3/issues/1803";>#1803</a>)</li>
   <li>Deprecate SwingTerminal.dispose() in favor of close() (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li>Avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li>Close PTY streams before shutdown to prevent hang on macOS (<a 
href="https://redirect.github.com/jline/jline3/issues/1817";>#1817</a>)</li>
   <li>Resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li>Use terminal encoding instead of default charset in VirtualTerminal (<a 
href="https://redirect.github.com/jline/jline3/issues/1822";>#1822</a>)</li>
   </ul>
   <h2>JLine 4.0.12</h2>
   <p><strong>JLine 4.0.12</strong> is a quick follow-up fixing two 
regressions. A missing timeout in the forced-dump path caused busy-loop CPU 
spinning, and an unguarded <code>AnsiConsole.providers()</code> call threw 
<code>NoSuchMethodError</code> when running against older Jansi versions.</p>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: restore waitDirty timeout in forced dump to prevent busy-loop 
spinning (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1768";>#1768</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1769";>#1769</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError 
(fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1766";>#1766</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1767";>#1767</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.11</h2>
   <p><strong>JLine 4.0.11</strong> improves <strong>SwingTerminal rendering 
fidelity</strong> and <strong>grapheme cluster performance</strong>. 
SwingTerminal now correctly renders dim, italic, and conceal attributes and 
matches the ScreenTerminal HTML color logic. A BreakIterator caching fix 
eliminates repeated object allocation in grapheme cluster width loops, and a 
spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/pull/1759";>#1759</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/pull/1765";>#1765</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
interaction (<a 
href="https://redirect.github.com/jline/jline3/pull/1758";>#1758</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Match SwingTerminal color logic to new HTML color logic (<a 
href="https://redirect.github.com/jline/jline3/pull/1757";>#1757</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1763";>#1763</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/1760";>#1760</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>chore: suppress deprecation warnings in tests for deprecated console API 
(<a href="https://redirect.github.com/jline/jline3/pull/1764";>#1764</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/pull/1761";>#1761</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.10</h2>
   <p><strong>JLine 4.0.10</strong> focuses on <strong>Unicode accuracy and 
virtual terminal correctness</strong>. Grapheme cluster width calculations are 
now properly integrated with Mode 2027 detection, giving accurate display 
alignment for emoji and complex scripts. The ScreenTerminal receives numerous 
bug fixes for cursor handling, scrolling, and alt-screen management, along with 
new true-color, dim, and italic SGR support. Several defensive fixes address 
edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider 
loading.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/befdfced92d5397959f9bb523bf96c8a4c980a18";><code>befdfce</code></a>
 fix: pass explicit version to nisse in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/2571aec06aa74d4ec82fd2c9cad453fa5c2f982f";><code>2571aec</code></a>
 chore: update nisse extension to 0.8.4</li>
   <li><a 
href="https://github.com/jline/jline3/commit/acc413cfdd9239fd53db868c99c638b54f49d4b2";><code>acc413c</code></a>
 fix: use terminal encoding instead of default charset in VirtualTerminal 
(fix...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/96d9900b898ae13e8d54e8cfeaacb44197563638";><code>96d9900</code></a>
 fix: resolve redirect targets against session working directory (<a 
href="https://redirect.github.com/jline/jline3/issues/1781";>#1781</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8951df5b74928ae7662f5df2db3441fd89c06cb3";><code>8951df5</code></a>
 fix: register all FFM foreign function signatures for GraalVM native-image 
(#...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/85dd6248bb0654163fb0f95aae84bcd74e3b4861";><code>85dd624</code></a>
 fix: close PTY streams before shutdown to prevent hang on macOS (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1808";>#1808</a>)...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/eaa5f1098fd76f71461df1aa91f68e03426cf632";><code>eaa5f10</code></a>
 fix: deprecate SwingTerminal.dispose() in favor of close() (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1805";>#1805</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1811";>#1811</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8657488b39e4c3b48526efeb1c43b47d41c0171c";><code>8657488</code></a>
 fix: avoid NPE when closing terminal with null masterOutput (<a 
href="https://redirect.github.com/jline/jline3/issues/1796";>#1796</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1813";>#1813</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f25fe23922504d5dda2b1581a679f909f72b793e";><code>f25fe23</code></a>
 fix: Fix AttributedStyle color chaining (<a 
href="https://redirect.github.com/jline/jline3/issues/1792";>#1792</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/75bb3d08208327f665bd38820ad4983b0a26c92a";><code>75bb3d0</code></a>
 fix: erase probe emoji after grapheme cluster width detection (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1801";>#1801</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.9...4.0.13";>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