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

   Bumps `jline.version` from 3.30.8 to 4.0.8.
   Updates `org.jline:jline-terminal` from 3.30.8 to 4.0.8
   <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>
   <h2>JLine 4.0.8</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/pull/1708";>#1708</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Disable grapheme cluster probe on LineDisciplineTerminal (<a 
href="https://redirect.github.com/jline/jline3/pull/1709";>#1709</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.7</h2>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Suppress dumb terminal warning when no streams are TTYs (<a 
href="https://redirect.github.com/jline/jline3/pull/1703";>#1703</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a>
   <ul>
   <li>In CI environments (like GitHub Actions), the &quot;Unable to create a 
system terminal&quot; warning is no longer emitted when falling back to a dumb 
terminal is expected because no TTY is available</li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.6...4.0.7";>https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p>
   <h2>JLine 4.0.6</h2>
   <h2>🔧 Build</h2>
   <ul>
   <li>Simplify versioning by using nisse property directly (<a 
href="https://redirect.github.com/jline/jline3/pull/1702";>#1702</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a 
href="https://redirect.github.com/jline/jline3/pull/1700";>#1700</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.5...4.0.6";>https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p>
   <h2>JLine 4.0.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: Revert build to Maven 3.9.x compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/jline/jline3/pull/1699";>jline/jline3#1699</a></li>
   <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/jline/jline3/pull/1698";>jline/jline3#1698</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.4...4.0.5";>https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p>
   <h2>JLine 4.0.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Disable grapheme cluster mode probe (DECRQM) on Windows 
<code>PosixSysTerminal</code> to prevent escape sequence <code>[?2027$p</code> 
from leaking into subprocess output on Cygwin/MSYSTEM environments (<a 
href="https://redirect.github.com/jline/jline3/issues/1696";>#1696</a>)
   <ul>
   <li>This is a follow-up to the 4.0.3 fix which was insufficient — the 
<code>isSystemStream()</code> check was unreliable on Windows MSYSTEM 
environments</li>
   </ul>
   </li>
   </ul>
   <h2>Full Changelog</h2>
   <p><a 
href="https://github.com/jline/jline3/compare/4.0.3...4.0.4";>https://github.com/jline/jline3/compare/4.0.3...4.0.4</a></p>
   <h2>JLine 4.0.3</h2>
   <p>Bugfix release fixing output corruption on Windows when using 
Cygwin/MSYSTEM (Git Bash).</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>Fix grapheme cluster probe corrupting output on Windows</strong> 
— On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe 
(<code>\e[?2027$p</code>) was written to a raw <code>FileDescriptor</code> 
(stdout/stderr) rather than a real PTY device. When the output was piped (e.g. 
subprocess with captured output), this escape sequence leaked into the process 
output, corrupting downstream consumers. The probe is now skipped when the 
<code>ExecPty</code> output stream is not connected to a real terminal. 
Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (<a 
href="https://redirect.github.com/jline/jline3/issues/1695";>#1695</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475";><code>e247886</code></a>
 chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/1706";>#1706</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416";><code>4fdcc8f</code></a>
 fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/issues/1708";>#1708</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b";><code>1ab1e9f</code></a>
 fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1707";>#1707</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1709";>#1709</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696";><code>9f3aa72</code></a>
 fix: Fix release drafter config and use drafted notes in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b";><code>beabe4e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1703";>#1703</a> from 
jline/fix/suppress-dumb-terminal-warning-no-tty</li>
   <li><a 
href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c";><code>b3bf72f</code></a>
 fix: Suppress dumb terminal warning when no streams are TTYs</li>
   <li><a 
href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b";><code>3ba42a8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1700";>#1700</a> from 
jline/dependabot/maven/master/org.codehaus.mojo...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a";><code>372a1bb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1702";>#1702</a> from 
jline/fix/simplify-nisse-setup</li>
   <li><a 
href="https://github.com/jline/jline3/commit/03b7d968bb25b575dc4adb96b063e3f8cdf8dca6";><code>03b7d96</code></a>
 fix: Simplify versioning by using nisse property directly</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8b6bd46357ef299d249134e115fcdb4b2fb36a3c";><code>8b6bd46</code></a>
 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.8...4.0.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal-jni` from 3.30.8 to 4.0.8
   <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>
   <h2>JLine 4.0.8</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/pull/1708";>#1708</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Disable grapheme cluster probe on LineDisciplineTerminal (<a 
href="https://redirect.github.com/jline/jline3/pull/1709";>#1709</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.7</h2>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Suppress dumb terminal warning when no streams are TTYs (<a 
href="https://redirect.github.com/jline/jline3/pull/1703";>#1703</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a>
   <ul>
   <li>In CI environments (like GitHub Actions), the &quot;Unable to create a 
system terminal&quot; warning is no longer emitted when falling back to a dumb 
terminal is expected because no TTY is available</li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.6...4.0.7";>https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p>
   <h2>JLine 4.0.6</h2>
   <h2>🔧 Build</h2>
   <ul>
   <li>Simplify versioning by using nisse property directly (<a 
href="https://redirect.github.com/jline/jline3/pull/1702";>#1702</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a 
href="https://redirect.github.com/jline/jline3/pull/1700";>#1700</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.5...4.0.6";>https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p>
   <h2>JLine 4.0.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: Revert build to Maven 3.9.x compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/jline/jline3/pull/1699";>jline/jline3#1699</a></li>
   <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/jline/jline3/pull/1698";>jline/jline3#1698</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.4...4.0.5";>https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p>
   <h2>JLine 4.0.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Disable grapheme cluster mode probe (DECRQM) on Windows 
<code>PosixSysTerminal</code> to prevent escape sequence <code>[?2027$p</code> 
from leaking into subprocess output on Cygwin/MSYSTEM environments (<a 
href="https://redirect.github.com/jline/jline3/issues/1696";>#1696</a>)
   <ul>
   <li>This is a follow-up to the 4.0.3 fix which was insufficient — the 
<code>isSystemStream()</code> check was unreliable on Windows MSYSTEM 
environments</li>
   </ul>
   </li>
   </ul>
   <h2>Full Changelog</h2>
   <p><a 
href="https://github.com/jline/jline3/compare/4.0.3...4.0.4";>https://github.com/jline/jline3/compare/4.0.3...4.0.4</a></p>
   <h2>JLine 4.0.3</h2>
   <p>Bugfix release fixing output corruption on Windows when using 
Cygwin/MSYSTEM (Git Bash).</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>Fix grapheme cluster probe corrupting output on Windows</strong> 
— On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe 
(<code>\e[?2027$p</code>) was written to a raw <code>FileDescriptor</code> 
(stdout/stderr) rather than a real PTY device. When the output was piped (e.g. 
subprocess with captured output), this escape sequence leaked into the process 
output, corrupting downstream consumers. The probe is now skipped when the 
<code>ExecPty</code> output stream is not connected to a real terminal. 
Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (<a 
href="https://redirect.github.com/jline/jline3/issues/1695";>#1695</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475";><code>e247886</code></a>
 chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/1706";>#1706</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416";><code>4fdcc8f</code></a>
 fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/issues/1708";>#1708</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b";><code>1ab1e9f</code></a>
 fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1707";>#1707</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1709";>#1709</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696";><code>9f3aa72</code></a>
 fix: Fix release drafter config and use drafted notes in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b";><code>beabe4e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1703";>#1703</a> from 
jline/fix/suppress-dumb-terminal-warning-no-tty</li>
   <li><a 
href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c";><code>b3bf72f</code></a>
 fix: Suppress dumb terminal warning when no streams are TTYs</li>
   <li><a 
href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b";><code>3ba42a8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1700";>#1700</a> from 
jline/dependabot/maven/master/org.codehaus.mojo...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a";><code>372a1bb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1702";>#1702</a> from 
jline/fix/simplify-nisse-setup</li>
   <li><a 
href="https://github.com/jline/jline3/commit/03b7d968bb25b575dc4adb96b063e3f8cdf8dca6";><code>03b7d96</code></a>
 fix: Simplify versioning by using nisse property directly</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8b6bd46357ef299d249134e115fcdb4b2fb36a3c";><code>8b6bd46</code></a>
 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.8...4.0.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal-ffm` from 3.30.8 to 4.0.8
   <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>
   <h2>JLine 4.0.8</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/pull/1708";>#1708</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Disable grapheme cluster probe on LineDisciplineTerminal (<a 
href="https://redirect.github.com/jline/jline3/pull/1709";>#1709</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.7</h2>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Suppress dumb terminal warning when no streams are TTYs (<a 
href="https://redirect.github.com/jline/jline3/pull/1703";>#1703</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a>
   <ul>
   <li>In CI environments (like GitHub Actions), the &quot;Unable to create a 
system terminal&quot; warning is no longer emitted when falling back to a dumb 
terminal is expected because no TTY is available</li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.6...4.0.7";>https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p>
   <h2>JLine 4.0.6</h2>
   <h2>🔧 Build</h2>
   <ul>
   <li>Simplify versioning by using nisse property directly (<a 
href="https://redirect.github.com/jline/jline3/pull/1702";>#1702</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a 
href="https://redirect.github.com/jline/jline3/pull/1700";>#1700</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.5...4.0.6";>https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p>
   <h2>JLine 4.0.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: Revert build to Maven 3.9.x compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/jline/jline3/pull/1699";>jline/jline3#1699</a></li>
   <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/jline/jline3/pull/1698";>jline/jline3#1698</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.4...4.0.5";>https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p>
   <h2>JLine 4.0.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Disable grapheme cluster mode probe (DECRQM) on Windows 
<code>PosixSysTerminal</code> to prevent escape sequence <code>[?2027$p</code> 
from leaking into subprocess output on Cygwin/MSYSTEM environments (<a 
href="https://redirect.github.com/jline/jline3/issues/1696";>#1696</a>)
   <ul>
   <li>This is a follow-up to the 4.0.3 fix which was insufficient — the 
<code>isSystemStream()</code> check was unreliable on Windows MSYSTEM 
environments</li>
   </ul>
   </li>
   </ul>
   <h2>Full Changelog</h2>
   <p><a 
href="https://github.com/jline/jline3/compare/4.0.3...4.0.4";>https://github.com/jline/jline3/compare/4.0.3...4.0.4</a></p>
   <h2>JLine 4.0.3</h2>
   <p>Bugfix release fixing output corruption on Windows when using 
Cygwin/MSYSTEM (Git Bash).</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>Fix grapheme cluster probe corrupting output on Windows</strong> 
— On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe 
(<code>\e[?2027$p</code>) was written to a raw <code>FileDescriptor</code> 
(stdout/stderr) rather than a real PTY device. When the output was piped (e.g. 
subprocess with captured output), this escape sequence leaked into the process 
output, corrupting downstream consumers. The probe is now skipped when the 
<code>ExecPty</code> output stream is not connected to a real terminal. 
Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (<a 
href="https://redirect.github.com/jline/jline3/issues/1695";>#1695</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475";><code>e247886</code></a>
 chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/1706";>#1706</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416";><code>4fdcc8f</code></a>
 fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/issues/1708";>#1708</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b";><code>1ab1e9f</code></a>
 fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1707";>#1707</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1709";>#1709</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696";><code>9f3aa72</code></a>
 fix: Fix release drafter config and use drafted notes in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b";><code>beabe4e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1703";>#1703</a> from 
jline/fix/suppress-dumb-terminal-warning-no-tty</li>
   <li><a 
href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c";><code>b3bf72f</code></a>
 fix: Suppress dumb terminal warning when no streams are TTYs</li>
   <li><a 
href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b";><code>3ba42a8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1700";>#1700</a> from 
jline/dependabot/maven/master/org.codehaus.mojo...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a";><code>372a1bb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1702";>#1702</a> from 
jline/fix/simplify-nisse-setup</li>
   <li><a 
href="https://github.com/jline/jline3/commit/03b7d968bb25b575dc4adb96b063e3f8cdf8dca6";><code>03b7d96</code></a>
 fix: Simplify versioning by using nisse property directly</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8b6bd46357ef299d249134e115fcdb4b2fb36a3c";><code>8b6bd46</code></a>
 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.8...4.0.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-native` from 3.30.8 to 4.0.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline-native's 
releases</a>.</em></p>
   <blockquote>
   <h2>JLine 4.0.8</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/pull/1708";>#1708</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Disable grapheme cluster probe on LineDisciplineTerminal (<a 
href="https://redirect.github.com/jline/jline3/pull/1709";>#1709</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.7</h2>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Suppress dumb terminal warning when no streams are TTYs (<a 
href="https://redirect.github.com/jline/jline3/pull/1703";>#1703</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a>
   <ul>
   <li>In CI environments (like GitHub Actions), the &quot;Unable to create a 
system terminal&quot; warning is no longer emitted when falling back to a dumb 
terminal is expected because no TTY is available</li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.6...4.0.7";>https://github.com/jline/jline3/compare/4.0.6...4.0.7</a></p>
   <h2>JLine 4.0.6</h2>
   <h2>🔧 Build</h2>
   <ul>
   <li>Simplify versioning by using nisse property directly (<a 
href="https://redirect.github.com/jline/jline3/pull/1702";>#1702</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 (<a 
href="https://redirect.github.com/jline/jline3/pull/1700";>#1700</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.5...4.0.6";>https://github.com/jline/jline3/compare/4.0.5...4.0.6</a></p>
   <h2>JLine 4.0.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: Revert build to Maven 3.9.x compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/jline/jline3/pull/1699";>jline/jline3#1699</a></li>
   <li>chore: Bump release-drafter/release-drafter from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/jline/jline3/pull/1698";>jline/jline3#1698</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jline/jline3/compare/4.0.4...4.0.5";>https://github.com/jline/jline3/compare/4.0.4...4.0.5</a></p>
   <h2>JLine 4.0.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Disable grapheme cluster mode probe (DECRQM) on Windows 
<code>PosixSysTerminal</code> to prevent escape sequence <code>[?2027$p</code> 
from leaking into subprocess output on Cygwin/MSYSTEM environments (<a 
href="https://redirect.github.com/jline/jline3/issues/1696";>#1696</a>)
   <ul>
   <li>This is a follow-up to the 4.0.3 fix which was insufficient — the 
<code>isSystemStream()</code> check was unreliable on Windows MSYSTEM 
environments</li>
   </ul>
   </li>
   </ul>
   <h2>Full Changelog</h2>
   <p><a 
href="https://github.com/jline/jline3/compare/4.0.3...4.0.4";>https://github.com/jline/jline3/compare/4.0.3...4.0.4</a></p>
   <h2>JLine 4.0.3</h2>
   <p>Bugfix release fixing output corruption on Windows when using 
Cygwin/MSYSTEM (Git Bash).</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>Fix grapheme cluster probe corrupting output on Windows</strong> 
— On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe 
(<code>\e[?2027$p</code>) was written to a raw <code>FileDescriptor</code> 
(stdout/stderr) rather than a real PTY device. When the output was piped (e.g. 
subprocess with captured output), this escape sequence leaked into the process 
output, corrupting downstream consumers. The probe is now skipped when the 
<code>ExecPty</code> output stream is not connected to a real terminal. 
Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (<a 
href="https://redirect.github.com/jline/jline3/issues/1695";>#1695</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/e2478862fcce82421cd903c3b509ac60fab0a475";><code>e247886</code></a>
 chore: Bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/1706";>#1706</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/4fdcc8f769a177e721108e1058be1d9b688d8416";><code>4fdcc8f</code></a>
 fix: Add proper picocli argument completion via AutoComplete (<a 
href="https://redirect.github.com/jline/jline3/issues/1708";>#1708</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/1ab1e9fd0665705f76474fb9fed4f2578cd5e53b";><code>1ab1e9f</code></a>
 fix: Disable grapheme cluster probe on ExternalTerminal (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1707";>#1707</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1709";>#1709</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/9f3aa72a8e96996019aade21674085906937f696";><code>9f3aa72</code></a>
 fix: Fix release drafter config and use drafted notes in release workflow</li>
   <li><a 
href="https://github.com/jline/jline3/commit/beabe4e6d90655f31e6781c5de595246f079c94b";><code>beabe4e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1703";>#1703</a> from 
jline/fix/suppress-dumb-terminal-warning-no-tty</li>
   <li><a 
href="https://github.com/jline/jline3/commit/b3bf72f4f291e3a03db9c5e6e63ff6c7a00da07c";><code>b3bf72f</code></a>
 fix: Suppress dumb terminal warning when no streams are TTYs</li>
   <li><a 
href="https://github.com/jline/jline3/commit/3ba42a8b4d4ec4e80f2a25534e5fef5b17d6491b";><code>3ba42a8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1700";>#1700</a> from 
jline/dependabot/maven/master/org.codehaus.mojo...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/372a1bb9b386d8c28c8b3e0a31f7cc549d1e7f0a";><code>372a1bb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jline/jline3/issues/1702";>#1702</a> from 
jline/fix/simplify-nisse-setup</li>
   <li><a 
href="https://github.com/jline/jline3/commit/03b7d968bb25b575dc4adb96b063e3f8cdf8dca6";><code>03b7d96</code></a>
 fix: Simplify versioning by using nisse property directly</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8b6bd46357ef299d249134e115fcdb4b2fb36a3c";><code>8b6bd46</code></a>
 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.8...4.0.8";>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