dependabot[bot] opened a new pull request, #1762: URL: https://github.com/apache/maven-mvnd/pull/1762
Bumps `jline.version` from 3.30.13 to 4.4.2. Updates `org.jline:jline-terminal` from 3.30.13 to 4.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal's releases</a>.</em></p> <blockquote> <p>JLine 4.4.2 is a bugfix release focused on terminal I/O reliability. It eliminates a race condition where the pump thread could steal keystrokes from subprocesses (e.g. <code>less</code>), fixes mouse event corruption on Windows at large column positions, and replaces wall-clock deadlines with monotonic timing to prevent misbehavior under NTP adjustments.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: use poll(2) in pump thread to prevent tty keystroke theft (fixes <a href="https://redirect.github.com/jline/jline3/issues/2219">#2219</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2222">#2222</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2229">#2229</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2231">#2231</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use SGR mouse encoding on Windows to avoid corruption at column >= 96 (<a href="https://redirect.github.com/jline/jline3/pull/2221">#2221</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2218">#2218</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 (<a href="https://redirect.github.com/jline/jline3/pull/2225">#2225</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/pull/2227">#2227</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 (<a href="https://redirect.github.com/jline/jline3/pull/2215">#2215</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.0 to 3.10.1 (<a href="https://redirect.github.com/jline/jline3/pull/2214">#2214</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/pull/2213">#2213</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.4.1...4.4.2">https://github.com/jline/jline3/compare/4.4.1...4.4.2</a></p> <p>JLine 4.4.1 is a patch release with bug fixes focused on terminal rendering, line editing, and input safety. Highlights include a fix for first-line scrolling on terminals without the <code>xenl</code> capability, correct suffix handling during tab completion, a hard-timeout guard for terminal mode probing that could previously hang, and protection against exponential blowup in <code>!#</code> history expansion.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: prevent first-line scroll on non-xenl terminals (fixes <a href="https://redirect.github.com/jline/jline3/issues/2206">#2206</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2212">#2212</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: append suffix to buffer when not part of candidate value (fixes <a href="https://redirect.github.com/jline/jline3/issues/2208">#2208</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2211">#2211</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use hard-timeout daemon thread for terminal mode probing (fixes <a href="https://redirect.github.com/jline/jline3/issues/2209">#2209</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2210">#2210</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: bound !# history expansion to prevent exponential blowup (<a href="https://redirect.github.com/jline/jline3/pull/2207">#2207</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> <li>strip control characters from file names in posix builtins (<a href="https://redirect.github.com/jline/jline3/pull/2200">#2200</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.graalvm.sdk:graal-sdk from 25.2.4 to 25.3.4.1 (<a href="https://redirect.github.com/jline/jline3/pull/2204">#2204</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump actions/setup-java from 5.7.0 to 6.0.0 (<a href="https://redirect.github.com/jline/jline3/pull/2203">#2203</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump groovy.version from 5.1.0 to 5.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/2201">#2201</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.7 to 0.9.8 (<a href="https://redirect.github.com/jline/jline3/pull/2199">#2199</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <p>JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.</p> <p><strong>Highlights:</strong></p> <ul> <li><strong>Kitty Keyboard Protocol</strong> — full support for the <a href="https://sw.kovidgoyal.net/kitty/keyboard-protocol/">Kitty keyboard protocol</a>, enabling unambiguous key event reporting (<a href="https://redirect.github.com/jline/jline3/issues/2007">#2007</a>)</li> <li><strong>In-band window resize</strong> — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) (<a href="https://redirect.github.com/jline/jline3/issues/2021">#2021</a>, <a href="https://redirect.github.com/jline/jline3/issues/2198">#2198</a>)</li> <li><strong>Synchronized output</strong> — full mode 2026 support to eliminate flicker during rapid screen updates (<a href="https://redirect.github.com/jline/jline3/issues/2022">#2022</a>)</li> <li><strong>musl libc support</strong> — native libraries now load on Alpine and other musl-based distributions (<a href="https://redirect.github.com/jline/jline3/issues/2197">#2197</a>)</li> <li><strong>JdkConsoleProvider</strong> — drop-in JLine console that can replace <code>System.console()</code> (<a href="https://redirect.github.com/jline/jline3/issues/2031">#2031</a>)</li> <li><strong>Reproducible builds</strong> — source archives can now be built without a git checkout, thanks to nisse property fallbacks (<a href="https://redirect.github.com/jline/jline3/issues/2151">#2151</a>, <a href="https://redirect.github.com/jline/jline3/issues/2153">#2153</a>)</li> <li><strong>Security hardening</strong> — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules</li> <li><strong>FFM signal handling rewrite</strong> — replaced shared Arena with self-pipe trick for reliable signal delivery (<a href="https://redirect.github.com/jline/jline3/issues/2141">#2141</a>)</li> </ul> <p>⚠️ <strong>Breaking:</strong> the ambiguous key binding timeout has been reduced from 1000ms to 100ms (<a href="https://redirect.github.com/jline/jline3/issues/2186">#2186</a>), and SSH agent forwarding now requires the explicit <code>-A</code> flag (<a href="https://redirect.github.com/jline/jline3/issues/2106">#2106</a>).</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/a03c103b41209f68bbb812e6b540444b3c5c55ff"><code>a03c103</code></a> chore: bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2225">#2225</a>)</li> <li><a href="https://github.com/jline/jline3/commit/26a7c9533ec4e3f135b9e8db0131f3afe3daf822"><code>26a7c95</code></a> chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/issues/2227">#2227</a>)</li> <li><a href="https://github.com/jline/jline3/commit/6b86d171929cc3c55a91502cffa75aa922cc2a6f"><code>6b86d17</code></a> fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>)</li> <li><a href="https://github.com/jline/jline3/commit/33dadd1d2591999e253b9a7f2e610461f4ec1d7d"><code>33dadd1</code></a> fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3ee98cab563786de75ab61972c0d375945da7794"><code>3ee98ca</code></a> fix: use poll(2) in pump thread to prevent tty keystroke theft (<a href="https://redirect.github.com/jline/jline3/issues/2222">#2222</a>)</li> <li><a href="https://github.com/jline/jline3/commit/7606536ddefc7b1a51914c6d1368740b552b2c04"><code>7606536</code></a> chore: bump org.graalvm.buildtools:native-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2215">#2215</a>)</li> <li><a href="https://github.com/jline/jline3/commit/a48762549062120f9d7d4d6d30132b860a15f368"><code>a487625</code></a> chore: bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2214">#2214</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dbf3b0aba025510e6fa71f78c2eb69a218ee99be"><code>dbf3b0a</code></a> chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/issues/2213">#2213</a>)</li> <li><a href="https://github.com/jline/jline3/commit/82fe59d2ffc796893539874aeaa24689e7aa6c4e"><code>82fe59d</code></a> fix: switch Windows mouse encoding from X10 to SGR format (<a href="https://redirect.github.com/jline/jline3/issues/2221">#2221</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d7031ccabf414e930e9f106c0eade1ee671675a2"><code>d7031cc</code></a> fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.2">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-jni` from 3.30.13 to 4.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal-jni's releases</a>.</em></p> <blockquote> <p>JLine 4.4.2 is a bugfix release focused on terminal I/O reliability. It eliminates a race condition where the pump thread could steal keystrokes from subprocesses (e.g. <code>less</code>), fixes mouse event corruption on Windows at large column positions, and replaces wall-clock deadlines with monotonic timing to prevent misbehavior under NTP adjustments.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: use poll(2) in pump thread to prevent tty keystroke theft (fixes <a href="https://redirect.github.com/jline/jline3/issues/2219">#2219</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2222">#2222</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2229">#2229</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2231">#2231</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use SGR mouse encoding on Windows to avoid corruption at column >= 96 (<a href="https://redirect.github.com/jline/jline3/pull/2221">#2221</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2218">#2218</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 (<a href="https://redirect.github.com/jline/jline3/pull/2225">#2225</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/pull/2227">#2227</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 (<a href="https://redirect.github.com/jline/jline3/pull/2215">#2215</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.0 to 3.10.1 (<a href="https://redirect.github.com/jline/jline3/pull/2214">#2214</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/pull/2213">#2213</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.4.1...4.4.2">https://github.com/jline/jline3/compare/4.4.1...4.4.2</a></p> <p>JLine 4.4.1 is a patch release with bug fixes focused on terminal rendering, line editing, and input safety. Highlights include a fix for first-line scrolling on terminals without the <code>xenl</code> capability, correct suffix handling during tab completion, a hard-timeout guard for terminal mode probing that could previously hang, and protection against exponential blowup in <code>!#</code> history expansion.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: prevent first-line scroll on non-xenl terminals (fixes <a href="https://redirect.github.com/jline/jline3/issues/2206">#2206</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2212">#2212</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: append suffix to buffer when not part of candidate value (fixes <a href="https://redirect.github.com/jline/jline3/issues/2208">#2208</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2211">#2211</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use hard-timeout daemon thread for terminal mode probing (fixes <a href="https://redirect.github.com/jline/jline3/issues/2209">#2209</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2210">#2210</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: bound !# history expansion to prevent exponential blowup (<a href="https://redirect.github.com/jline/jline3/pull/2207">#2207</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> <li>strip control characters from file names in posix builtins (<a href="https://redirect.github.com/jline/jline3/pull/2200">#2200</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.graalvm.sdk:graal-sdk from 25.2.4 to 25.3.4.1 (<a href="https://redirect.github.com/jline/jline3/pull/2204">#2204</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump actions/setup-java from 5.7.0 to 6.0.0 (<a href="https://redirect.github.com/jline/jline3/pull/2203">#2203</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump groovy.version from 5.1.0 to 5.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/2201">#2201</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.7 to 0.9.8 (<a href="https://redirect.github.com/jline/jline3/pull/2199">#2199</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <p>JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.</p> <p><strong>Highlights:</strong></p> <ul> <li><strong>Kitty Keyboard Protocol</strong> — full support for the <a href="https://sw.kovidgoyal.net/kitty/keyboard-protocol/">Kitty keyboard protocol</a>, enabling unambiguous key event reporting (<a href="https://redirect.github.com/jline/jline3/issues/2007">#2007</a>)</li> <li><strong>In-band window resize</strong> — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) (<a href="https://redirect.github.com/jline/jline3/issues/2021">#2021</a>, <a href="https://redirect.github.com/jline/jline3/issues/2198">#2198</a>)</li> <li><strong>Synchronized output</strong> — full mode 2026 support to eliminate flicker during rapid screen updates (<a href="https://redirect.github.com/jline/jline3/issues/2022">#2022</a>)</li> <li><strong>musl libc support</strong> — native libraries now load on Alpine and other musl-based distributions (<a href="https://redirect.github.com/jline/jline3/issues/2197">#2197</a>)</li> <li><strong>JdkConsoleProvider</strong> — drop-in JLine console that can replace <code>System.console()</code> (<a href="https://redirect.github.com/jline/jline3/issues/2031">#2031</a>)</li> <li><strong>Reproducible builds</strong> — source archives can now be built without a git checkout, thanks to nisse property fallbacks (<a href="https://redirect.github.com/jline/jline3/issues/2151">#2151</a>, <a href="https://redirect.github.com/jline/jline3/issues/2153">#2153</a>)</li> <li><strong>Security hardening</strong> — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules</li> <li><strong>FFM signal handling rewrite</strong> — replaced shared Arena with self-pipe trick for reliable signal delivery (<a href="https://redirect.github.com/jline/jline3/issues/2141">#2141</a>)</li> </ul> <p>⚠️ <strong>Breaking:</strong> the ambiguous key binding timeout has been reduced from 1000ms to 100ms (<a href="https://redirect.github.com/jline/jline3/issues/2186">#2186</a>), and SSH agent forwarding now requires the explicit <code>-A</code> flag (<a href="https://redirect.github.com/jline/jline3/issues/2106">#2106</a>).</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/a03c103b41209f68bbb812e6b540444b3c5c55ff"><code>a03c103</code></a> chore: bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2225">#2225</a>)</li> <li><a href="https://github.com/jline/jline3/commit/26a7c9533ec4e3f135b9e8db0131f3afe3daf822"><code>26a7c95</code></a> chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/issues/2227">#2227</a>)</li> <li><a href="https://github.com/jline/jline3/commit/6b86d171929cc3c55a91502cffa75aa922cc2a6f"><code>6b86d17</code></a> fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>)</li> <li><a href="https://github.com/jline/jline3/commit/33dadd1d2591999e253b9a7f2e610461f4ec1d7d"><code>33dadd1</code></a> fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3ee98cab563786de75ab61972c0d375945da7794"><code>3ee98ca</code></a> fix: use poll(2) in pump thread to prevent tty keystroke theft (<a href="https://redirect.github.com/jline/jline3/issues/2222">#2222</a>)</li> <li><a href="https://github.com/jline/jline3/commit/7606536ddefc7b1a51914c6d1368740b552b2c04"><code>7606536</code></a> chore: bump org.graalvm.buildtools:native-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2215">#2215</a>)</li> <li><a href="https://github.com/jline/jline3/commit/a48762549062120f9d7d4d6d30132b860a15f368"><code>a487625</code></a> chore: bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2214">#2214</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dbf3b0aba025510e6fa71f78c2eb69a218ee99be"><code>dbf3b0a</code></a> chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/issues/2213">#2213</a>)</li> <li><a href="https://github.com/jline/jline3/commit/82fe59d2ffc796893539874aeaa24689e7aa6c4e"><code>82fe59d</code></a> fix: switch Windows mouse encoding from X10 to SGR format (<a href="https://redirect.github.com/jline/jline3/issues/2221">#2221</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d7031ccabf414e930e9f106c0eade1ee671675a2"><code>d7031cc</code></a> fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.2">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-ffm` from 3.30.13 to 4.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal-ffm's releases</a>.</em></p> <blockquote> <p>JLine 4.4.2 is a bugfix release focused on terminal I/O reliability. It eliminates a race condition where the pump thread could steal keystrokes from subprocesses (e.g. <code>less</code>), fixes mouse event corruption on Windows at large column positions, and replaces wall-clock deadlines with monotonic timing to prevent misbehavior under NTP adjustments.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: use poll(2) in pump thread to prevent tty keystroke theft (fixes <a href="https://redirect.github.com/jline/jline3/issues/2219">#2219</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2222">#2222</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2229">#2229</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2231">#2231</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use SGR mouse encoding on Windows to avoid corruption at column >= 96 (<a href="https://redirect.github.com/jline/jline3/pull/2221">#2221</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2218">#2218</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 (<a href="https://redirect.github.com/jline/jline3/pull/2225">#2225</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/pull/2227">#2227</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 (<a href="https://redirect.github.com/jline/jline3/pull/2215">#2215</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.0 to 3.10.1 (<a href="https://redirect.github.com/jline/jline3/pull/2214">#2214</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/pull/2213">#2213</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.4.1...4.4.2">https://github.com/jline/jline3/compare/4.4.1...4.4.2</a></p> <p>JLine 4.4.1 is a patch release with bug fixes focused on terminal rendering, line editing, and input safety. Highlights include a fix for first-line scrolling on terminals without the <code>xenl</code> capability, correct suffix handling during tab completion, a hard-timeout guard for terminal mode probing that could previously hang, and protection against exponential blowup in <code>!#</code> history expansion.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: prevent first-line scroll on non-xenl terminals (fixes <a href="https://redirect.github.com/jline/jline3/issues/2206">#2206</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2212">#2212</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: append suffix to buffer when not part of candidate value (fixes <a href="https://redirect.github.com/jline/jline3/issues/2208">#2208</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2211">#2211</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use hard-timeout daemon thread for terminal mode probing (fixes <a href="https://redirect.github.com/jline/jline3/issues/2209">#2209</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2210">#2210</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: bound !# history expansion to prevent exponential blowup (<a href="https://redirect.github.com/jline/jline3/pull/2207">#2207</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> <li>strip control characters from file names in posix builtins (<a href="https://redirect.github.com/jline/jline3/pull/2200">#2200</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.graalvm.sdk:graal-sdk from 25.2.4 to 25.3.4.1 (<a href="https://redirect.github.com/jline/jline3/pull/2204">#2204</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump actions/setup-java from 5.7.0 to 6.0.0 (<a href="https://redirect.github.com/jline/jline3/pull/2203">#2203</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump groovy.version from 5.1.0 to 5.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/2201">#2201</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.7 to 0.9.8 (<a href="https://redirect.github.com/jline/jline3/pull/2199">#2199</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <p>JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.</p> <p><strong>Highlights:</strong></p> <ul> <li><strong>Kitty Keyboard Protocol</strong> — full support for the <a href="https://sw.kovidgoyal.net/kitty/keyboard-protocol/">Kitty keyboard protocol</a>, enabling unambiguous key event reporting (<a href="https://redirect.github.com/jline/jline3/issues/2007">#2007</a>)</li> <li><strong>In-band window resize</strong> — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) (<a href="https://redirect.github.com/jline/jline3/issues/2021">#2021</a>, <a href="https://redirect.github.com/jline/jline3/issues/2198">#2198</a>)</li> <li><strong>Synchronized output</strong> — full mode 2026 support to eliminate flicker during rapid screen updates (<a href="https://redirect.github.com/jline/jline3/issues/2022">#2022</a>)</li> <li><strong>musl libc support</strong> — native libraries now load on Alpine and other musl-based distributions (<a href="https://redirect.github.com/jline/jline3/issues/2197">#2197</a>)</li> <li><strong>JdkConsoleProvider</strong> — drop-in JLine console that can replace <code>System.console()</code> (<a href="https://redirect.github.com/jline/jline3/issues/2031">#2031</a>)</li> <li><strong>Reproducible builds</strong> — source archives can now be built without a git checkout, thanks to nisse property fallbacks (<a href="https://redirect.github.com/jline/jline3/issues/2151">#2151</a>, <a href="https://redirect.github.com/jline/jline3/issues/2153">#2153</a>)</li> <li><strong>Security hardening</strong> — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules</li> <li><strong>FFM signal handling rewrite</strong> — replaced shared Arena with self-pipe trick for reliable signal delivery (<a href="https://redirect.github.com/jline/jline3/issues/2141">#2141</a>)</li> </ul> <p>⚠️ <strong>Breaking:</strong> the ambiguous key binding timeout has been reduced from 1000ms to 100ms (<a href="https://redirect.github.com/jline/jline3/issues/2186">#2186</a>), and SSH agent forwarding now requires the explicit <code>-A</code> flag (<a href="https://redirect.github.com/jline/jline3/issues/2106">#2106</a>).</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/a03c103b41209f68bbb812e6b540444b3c5c55ff"><code>a03c103</code></a> chore: bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2225">#2225</a>)</li> <li><a href="https://github.com/jline/jline3/commit/26a7c9533ec4e3f135b9e8db0131f3afe3daf822"><code>26a7c95</code></a> chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/issues/2227">#2227</a>)</li> <li><a href="https://github.com/jline/jline3/commit/6b86d171929cc3c55a91502cffa75aa922cc2a6f"><code>6b86d17</code></a> fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>)</li> <li><a href="https://github.com/jline/jline3/commit/33dadd1d2591999e253b9a7f2e610461f4ec1d7d"><code>33dadd1</code></a> fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3ee98cab563786de75ab61972c0d375945da7794"><code>3ee98ca</code></a> fix: use poll(2) in pump thread to prevent tty keystroke theft (<a href="https://redirect.github.com/jline/jline3/issues/2222">#2222</a>)</li> <li><a href="https://github.com/jline/jline3/commit/7606536ddefc7b1a51914c6d1368740b552b2c04"><code>7606536</code></a> chore: bump org.graalvm.buildtools:native-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2215">#2215</a>)</li> <li><a href="https://github.com/jline/jline3/commit/a48762549062120f9d7d4d6d30132b860a15f368"><code>a487625</code></a> chore: bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2214">#2214</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dbf3b0aba025510e6fa71f78c2eb69a218ee99be"><code>dbf3b0a</code></a> chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/issues/2213">#2213</a>)</li> <li><a href="https://github.com/jline/jline3/commit/82fe59d2ffc796893539874aeaa24689e7aa6c4e"><code>82fe59d</code></a> fix: switch Windows mouse encoding from X10 to SGR format (<a href="https://redirect.github.com/jline/jline3/issues/2221">#2221</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d7031ccabf414e930e9f106c0eade1ee671675a2"><code>d7031cc</code></a> fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.2">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-native` from 3.30.13 to 4.4.2 <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> <p>JLine 4.4.2 is a bugfix release focused on terminal I/O reliability. It eliminates a race condition where the pump thread could steal keystrokes from subprocesses (e.g. <code>less</code>), fixes mouse event corruption on Windows at large column positions, and replaces wall-clock deadlines with monotonic timing to prevent misbehavior under NTP adjustments.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: use poll(2) in pump thread to prevent tty keystroke theft (fixes <a href="https://redirect.github.com/jline/jline3/issues/2219">#2219</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2222">#2222</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2229">#2229</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2231">#2231</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use SGR mouse encoding on Windows to avoid corruption at column >= 96 (<a href="https://redirect.github.com/jline/jline3/pull/2221">#2221</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2218">#2218</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 (<a href="https://redirect.github.com/jline/jline3/pull/2225">#2225</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/pull/2227">#2227</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 (<a href="https://redirect.github.com/jline/jline3/pull/2215">#2215</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.0 to 3.10.1 (<a href="https://redirect.github.com/jline/jline3/pull/2214">#2214</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/pull/2213">#2213</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.4.1...4.4.2">https://github.com/jline/jline3/compare/4.4.1...4.4.2</a></p> <p>JLine 4.4.1 is a patch release with bug fixes focused on terminal rendering, line editing, and input safety. Highlights include a fix for first-line scrolling on terminals without the <code>xenl</code> capability, correct suffix handling during tab completion, a hard-timeout guard for terminal mode probing that could previously hang, and protection against exponential blowup in <code>!#</code> history expansion.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: prevent first-line scroll on non-xenl terminals (fixes <a href="https://redirect.github.com/jline/jline3/issues/2206">#2206</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2212">#2212</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: append suffix to buffer when not part of candidate value (fixes <a href="https://redirect.github.com/jline/jline3/issues/2208">#2208</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2211">#2211</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: use hard-timeout daemon thread for terminal mode probing (fixes <a href="https://redirect.github.com/jline/jline3/issues/2209">#2209</a>) (<a href="https://redirect.github.com/jline/jline3/pull/2210">#2210</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: bound !# history expansion to prevent exponential blowup (<a href="https://redirect.github.com/jline/jline3/pull/2207">#2207</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> <li>strip control characters from file names in posix builtins (<a href="https://redirect.github.com/jline/jline3/pull/2200">#2200</a>) <a href="https://github.com/uchiha-bug-hunter"><code>@uchiha-bug-hunter</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: bump org.graalvm.sdk:graal-sdk from 25.2.4 to 25.3.4.1 (<a href="https://redirect.github.com/jline/jline3/pull/2204">#2204</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump actions/setup-java from 5.7.0 to 6.0.0 (<a href="https://redirect.github.com/jline/jline3/pull/2203">#2203</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump groovy.version from 5.1.0 to 5.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/2201">#2201</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.7 to 0.9.8 (<a href="https://redirect.github.com/jline/jline3/pull/2199">#2199</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <p>JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.</p> <p><strong>Highlights:</strong></p> <ul> <li><strong>Kitty Keyboard Protocol</strong> — full support for the <a href="https://sw.kovidgoyal.net/kitty/keyboard-protocol/">Kitty keyboard protocol</a>, enabling unambiguous key event reporting (<a href="https://redirect.github.com/jline/jline3/issues/2007">#2007</a>)</li> <li><strong>In-band window resize</strong> — support for mode 2048 resize notifications across the terminal, reader, and builtins (Nano, Less, Tmux) (<a href="https://redirect.github.com/jline/jline3/issues/2021">#2021</a>, <a href="https://redirect.github.com/jline/jline3/issues/2198">#2198</a>)</li> <li><strong>Synchronized output</strong> — full mode 2026 support to eliminate flicker during rapid screen updates (<a href="https://redirect.github.com/jline/jline3/issues/2022">#2022</a>)</li> <li><strong>musl libc support</strong> — native libraries now load on Alpine and other musl-based distributions (<a href="https://redirect.github.com/jline/jline3/issues/2197">#2197</a>)</li> <li><strong>JdkConsoleProvider</strong> — drop-in JLine console that can replace <code>System.console()</code> (<a href="https://redirect.github.com/jline/jline3/issues/2031">#2031</a>)</li> <li><strong>Reproducible builds</strong> — source archives can now be built without a git checkout, thanks to nisse property fallbacks (<a href="https://redirect.github.com/jline/jline3/issues/2151">#2151</a>, <a href="https://redirect.github.com/jline/jline3/issues/2153">#2153</a>)</li> <li><strong>Security hardening</strong> — path traversal guards, ReDoS protection, cross-origin rejection, control character stripping, and SSH agent forwarding tightened across multiple modules</li> <li><strong>FFM signal handling rewrite</strong> — replaced shared Arena with self-pipe trick for reliable signal delivery (<a href="https://redirect.github.com/jline/jline3/issues/2141">#2141</a>)</li> </ul> <p>⚠️ <strong>Breaking:</strong> the ambiguous key binding timeout has been reduced from 1000ms to 100ms (<a href="https://redirect.github.com/jline/jline3/issues/2186">#2186</a>), and SSH agent forwarding now requires the explicit <code>-A</code> flag (<a href="https://redirect.github.com/jline/jline3/issues/2106">#2106</a>).</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/a03c103b41209f68bbb812e6b540444b3c5c55ff"><code>a03c103</code></a> chore: bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2225">#2225</a>)</li> <li><a href="https://github.com/jline/jline3/commit/26a7c9533ec4e3f135b9e8db0131f3afe3daf822"><code>26a7c95</code></a> chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (<a href="https://redirect.github.com/jline/jline3/issues/2227">#2227</a>)</li> <li><a href="https://github.com/jline/jline3/commit/6b86d171929cc3c55a91502cffa75aa922cc2a6f"><code>6b86d17</code></a> fix: use System.nanoTime() for monotonic deadline accounting (fixes <a href="https://redirect.github.com/jline/jline3/issues/2230">#2230</a>)</li> <li><a href="https://github.com/jline/jline3/commit/33dadd1d2591999e253b9a7f2e610461f4ec1d7d"><code>33dadd1</code></a> fix: use poll(2) for probe and PTY reads (fixes <a href="https://redirect.github.com/jline/jline3/issues/2223">#2223</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3ee98cab563786de75ab61972c0d375945da7794"><code>3ee98ca</code></a> fix: use poll(2) in pump thread to prevent tty keystroke theft (<a href="https://redirect.github.com/jline/jline3/issues/2222">#2222</a>)</li> <li><a href="https://github.com/jline/jline3/commit/7606536ddefc7b1a51914c6d1368740b552b2c04"><code>7606536</code></a> chore: bump org.graalvm.buildtools:native-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2215">#2215</a>)</li> <li><a href="https://github.com/jline/jline3/commit/a48762549062120f9d7d4d6d30132b860a15f368"><code>a487625</code></a> chore: bump com.diffplug.spotless:spotless-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2214">#2214</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dbf3b0aba025510e6fa71f78c2eb69a218ee99be"><code>dbf3b0a</code></a> chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (<a href="https://redirect.github.com/jline/jline3/issues/2213">#2213</a>)</li> <li><a href="https://github.com/jline/jline3/commit/82fe59d2ffc796893539874aeaa24689e7aa6c4e"><code>82fe59d</code></a> fix: switch Windows mouse encoding from X10 to SGR format (<a href="https://redirect.github.com/jline/jline3/issues/2221">#2221</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d7031ccabf414e930e9f106c0eade1ee671675a2"><code>d7031cc</code></a> fix: add mouse support capability to Windows terminal types (fixes <a href="https://redirect.github.com/jline/jline3/issues/2217">#2217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.2">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]
