dependabot[bot] opened a new pull request, #11816: URL: https://github.com/apache/maven/pull/11816
Bumps `jlineVersion` from 3.30.6 to 4.0.7. Updates `org.jline:jline-reader` from 3.30.6 to 4.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-reader's releases</a>.</em></p> <blockquote> <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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-style` from 3.30.6 to 4.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-style's releases</a>.</em></p> <blockquote> <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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-builtins` from 3.30.6 to 4.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-builtins's releases</a>.</em></p> <blockquote> <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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-console` from 3.30.6 to 4.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-console's releases</a>.</em></p> <blockquote> <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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-console-ui` from 3.30.6 to 4.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-console-ui's releases</a>.</em></p> <blockquote> <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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal` from 3.30.6 to 4.0.7 <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.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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-ffm` from 3.30.6 to 4.0.7 <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.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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-jni` from 3.30.6 to 4.0.7 <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.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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-native` from 3.30.6 to 4.0.7 <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.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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jansi-core` from 3.30.6 to 4.0.7 <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> <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 "Unable to create a system terminal" 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> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/jline/jline3/commit/ee52d328c747d1897e1ac87bfc7c67851340e4be"><code>ee52d32</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1698">#1698</a> from jline/dependabot/github_actions/master/release-...</li> <li><a href="https://github.com/jline/jline3/commit/bd76b2ba0c4a83cc3a5961820fe0867b6e263fec"><code>bd76b2b</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1699">#1699</a> from jline/fix/maven3-compat</li> <li><a href="https://github.com/jline/jline3/commit/b33c819c9b7e284041a9f10f81cda435438e9efe"><code>b33c819</code></a> fix: Clean up mvx command syntax in release workflow</li> <li><a href="https://github.com/jline/jline3/commit/d783438fa01ba68ba325374337371e808d8558f4"><code>d783438</code></a> fix: Guard release workflow against SNAPSHOT hint tags</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.6...4.0.7">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 ... _Description has been truncated_ -- 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]
