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

   Bumps `jline.version` from 3.30.13 to 4.4.3.
   Updates `org.jline:jline-terminal` from 3.30.13 to 4.4.3
   <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.3 is a security patch release addressing multiple 
vulnerabilities reported by AFINE/CERT.PL, plus bug fixes and dependency 
updates.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Native Stack Buffer Overflow in Public INPUT_RECORD.memmove JNI Method 
(Windows) (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-6r3w-6jpj-x5w6";>GHSA-6r3w-6jpj-x5w6</a>)</li>
   <li>Authenticated SSH Shell Channel Resource Leak via Null or Non-Numeric 
PTY Dimensions (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-7h86-pjwh-gpqj";>GHSA-7h86-pjwh-gpqj</a>)</li>
   <li>Authenticated SSH DoS via Unbounded Window-Change Terminal Geometry (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-m935-wqpj-pvp3";>GHSA-m935-wqpj-pvp3</a>)</li>
   <li>TCP Socket File Descriptor Leak When Maximum Connections Reached (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-c87g-867h-cqr6";>GHSA-c87g-867h-cqr6</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/pull/2236";>#2236</a>) <a 
href="https://github.com/uchiha-bug-hunter";><code>@​uchiha-bug-hunter</code></a></li>
   <li>fix: address remaining security vulnerabilities reported by 
AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/pull/2235";>#2235</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use Release Drafter draft for GitHub release and fail closed on 
lookup errors (<a 
href="https://redirect.github.com/jline/jline3/pull/2232";>#2232</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.11 to 
1.1.12 (<a href="https://redirect.github.com/jline/jline3/pull/2242";>#2242</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.1 to 
3.10.2 (<a href="https://redirect.github.com/jline/jline3/pull/2246";>#2246</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/2245";>#2245</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/pull/2244";>#2244</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 
3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/2234";>#2234</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <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 
&gt;= 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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/15f6fdd3b737bec2e876dd7d708f08f9efcfdb32";><code>15f6fdd</code></a>
 chore: bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2242";>#2242</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f5366bef50d5deaa1d35b3cc31bfa89a8c6e8e5b";><code>f5366be</code></a>
 chore: bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2246";>#2246</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/799a266abc2ee7cad83400b811e8eb1fd62cd21f";><code>799a266</code></a>
 chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/issues/2245";>#2245</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/19757c850b33c5679c0a2ea7f2c87f6f55de8b7f";><code>19757c8</code></a>
 chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/issues/2244";>#2244</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/47e16bfc9e1790c3868601af73b8788f963581e4";><code>47e16bf</code></a>
 fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/issues/2236";>#2236</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/ff4d59b03c8590e963daa5dc218bc2156dc7ac83";><code>ff4d59b</code></a>
 chore: bump org.apache.maven.plugins:maven-surefire-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2234";>#2234</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0cb3afdb589e8f6da68c2ccc6551eae6a3c7cee3";><code>0cb3afd</code></a>
 fix: address remaining security vulnerabilities reported by AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/347b880fc1f982af0e1b620d959659e9fee8409e";><code>347b880</code></a>
 fix: use Release Drafter draft for GitHub release and fail closed on lookup 
e...</li>
   <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>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal-jni` from 3.30.13 to 4.4.3
   <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.3 is a security patch release addressing multiple 
vulnerabilities reported by AFINE/CERT.PL, plus bug fixes and dependency 
updates.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Native Stack Buffer Overflow in Public INPUT_RECORD.memmove JNI Method 
(Windows) (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-6r3w-6jpj-x5w6";>GHSA-6r3w-6jpj-x5w6</a>)</li>
   <li>Authenticated SSH Shell Channel Resource Leak via Null or Non-Numeric 
PTY Dimensions (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-7h86-pjwh-gpqj";>GHSA-7h86-pjwh-gpqj</a>)</li>
   <li>Authenticated SSH DoS via Unbounded Window-Change Terminal Geometry (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-m935-wqpj-pvp3";>GHSA-m935-wqpj-pvp3</a>)</li>
   <li>TCP Socket File Descriptor Leak When Maximum Connections Reached (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-c87g-867h-cqr6";>GHSA-c87g-867h-cqr6</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/pull/2236";>#2236</a>) <a 
href="https://github.com/uchiha-bug-hunter";><code>@​uchiha-bug-hunter</code></a></li>
   <li>fix: address remaining security vulnerabilities reported by 
AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/pull/2235";>#2235</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use Release Drafter draft for GitHub release and fail closed on 
lookup errors (<a 
href="https://redirect.github.com/jline/jline3/pull/2232";>#2232</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.11 to 
1.1.12 (<a href="https://redirect.github.com/jline/jline3/pull/2242";>#2242</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.1 to 
3.10.2 (<a href="https://redirect.github.com/jline/jline3/pull/2246";>#2246</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/2245";>#2245</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/pull/2244";>#2244</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 
3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/2234";>#2234</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <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 
&gt;= 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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/15f6fdd3b737bec2e876dd7d708f08f9efcfdb32";><code>15f6fdd</code></a>
 chore: bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2242";>#2242</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f5366bef50d5deaa1d35b3cc31bfa89a8c6e8e5b";><code>f5366be</code></a>
 chore: bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2246";>#2246</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/799a266abc2ee7cad83400b811e8eb1fd62cd21f";><code>799a266</code></a>
 chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/issues/2245";>#2245</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/19757c850b33c5679c0a2ea7f2c87f6f55de8b7f";><code>19757c8</code></a>
 chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/issues/2244";>#2244</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/47e16bfc9e1790c3868601af73b8788f963581e4";><code>47e16bf</code></a>
 fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/issues/2236";>#2236</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/ff4d59b03c8590e963daa5dc218bc2156dc7ac83";><code>ff4d59b</code></a>
 chore: bump org.apache.maven.plugins:maven-surefire-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2234";>#2234</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0cb3afdb589e8f6da68c2ccc6551eae6a3c7cee3";><code>0cb3afd</code></a>
 fix: address remaining security vulnerabilities reported by AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/347b880fc1f982af0e1b620d959659e9fee8409e";><code>347b880</code></a>
 fix: use Release Drafter draft for GitHub release and fail closed on lookup 
e...</li>
   <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>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-terminal-ffm` from 3.30.13 to 4.4.3
   <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.3 is a security patch release addressing multiple 
vulnerabilities reported by AFINE/CERT.PL, plus bug fixes and dependency 
updates.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Native Stack Buffer Overflow in Public INPUT_RECORD.memmove JNI Method 
(Windows) (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-6r3w-6jpj-x5w6";>GHSA-6r3w-6jpj-x5w6</a>)</li>
   <li>Authenticated SSH Shell Channel Resource Leak via Null or Non-Numeric 
PTY Dimensions (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-7h86-pjwh-gpqj";>GHSA-7h86-pjwh-gpqj</a>)</li>
   <li>Authenticated SSH DoS via Unbounded Window-Change Terminal Geometry (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-m935-wqpj-pvp3";>GHSA-m935-wqpj-pvp3</a>)</li>
   <li>TCP Socket File Descriptor Leak When Maximum Connections Reached (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-c87g-867h-cqr6";>GHSA-c87g-867h-cqr6</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/pull/2236";>#2236</a>) <a 
href="https://github.com/uchiha-bug-hunter";><code>@​uchiha-bug-hunter</code></a></li>
   <li>fix: address remaining security vulnerabilities reported by 
AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/pull/2235";>#2235</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use Release Drafter draft for GitHub release and fail closed on 
lookup errors (<a 
href="https://redirect.github.com/jline/jline3/pull/2232";>#2232</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.11 to 
1.1.12 (<a href="https://redirect.github.com/jline/jline3/pull/2242";>#2242</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.1 to 
3.10.2 (<a href="https://redirect.github.com/jline/jline3/pull/2246";>#2246</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/2245";>#2245</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/pull/2244";>#2244</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 
3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/2234";>#2234</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <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 
&gt;= 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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/15f6fdd3b737bec2e876dd7d708f08f9efcfdb32";><code>15f6fdd</code></a>
 chore: bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2242";>#2242</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f5366bef50d5deaa1d35b3cc31bfa89a8c6e8e5b";><code>f5366be</code></a>
 chore: bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2246";>#2246</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/799a266abc2ee7cad83400b811e8eb1fd62cd21f";><code>799a266</code></a>
 chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/issues/2245";>#2245</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/19757c850b33c5679c0a2ea7f2c87f6f55de8b7f";><code>19757c8</code></a>
 chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/issues/2244";>#2244</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/47e16bfc9e1790c3868601af73b8788f963581e4";><code>47e16bf</code></a>
 fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/issues/2236";>#2236</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/ff4d59b03c8590e963daa5dc218bc2156dc7ac83";><code>ff4d59b</code></a>
 chore: bump org.apache.maven.plugins:maven-surefire-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2234";>#2234</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0cb3afdb589e8f6da68c2ccc6551eae6a3c7cee3";><code>0cb3afd</code></a>
 fix: address remaining security vulnerabilities reported by AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/347b880fc1f982af0e1b620d959659e9fee8409e";><code>347b880</code></a>
 fix: use Release Drafter draft for GitHub release and fail closed on lookup 
e...</li>
   <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>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jline:jline-native` from 3.30.13 to 4.4.3
   <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.3 is a security patch release addressing multiple 
vulnerabilities reported by AFINE/CERT.PL, plus bug fixes and dependency 
updates.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Native Stack Buffer Overflow in Public INPUT_RECORD.memmove JNI Method 
(Windows) (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-6r3w-6jpj-x5w6";>GHSA-6r3w-6jpj-x5w6</a>)</li>
   <li>Authenticated SSH Shell Channel Resource Leak via Null or Non-Numeric 
PTY Dimensions (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-7h86-pjwh-gpqj";>GHSA-7h86-pjwh-gpqj</a>)</li>
   <li>Authenticated SSH DoS via Unbounded Window-Change Terminal Geometry (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-m935-wqpj-pvp3";>GHSA-m935-wqpj-pvp3</a>)</li>
   <li>TCP Socket File Descriptor Leak When Maximum Connections Reached (<a 
href="https://github.com/jline/jline3/security/advisories/GHSA-c87g-867h-cqr6";>GHSA-c87g-867h-cqr6</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/pull/2236";>#2236</a>) <a 
href="https://github.com/uchiha-bug-hunter";><code>@​uchiha-bug-hunter</code></a></li>
   <li>fix: address remaining security vulnerabilities reported by 
AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/pull/2235";>#2235</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use Release Drafter draft for GitHub release and fail closed on 
lookup errors (<a 
href="https://redirect.github.com/jline/jline3/pull/2232";>#2232</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.11 to 
1.1.12 (<a href="https://redirect.github.com/jline/jline3/pull/2242";>#2242</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.1 to 
3.10.2 (<a href="https://redirect.github.com/jline/jline3/pull/2246";>#2246</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/2245";>#2245</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/pull/2244";>#2244</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 
3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/2234";>#2234</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <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 
&gt;= 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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/15f6fdd3b737bec2e876dd7d708f08f9efcfdb32";><code>15f6fdd</code></a>
 chore: bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2242";>#2242</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/f5366bef50d5deaa1d35b3cc31bfa89a8c6e8e5b";><code>f5366be</code></a>
 chore: bump com.diffplug.spotless:spotless-maven-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2246";>#2246</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/799a266abc2ee7cad83400b811e8eb1fd62cd21f";><code>799a266</code></a>
 chore: bump groovy.version from 5.1.1 to 5.1.2 (<a 
href="https://redirect.github.com/jline/jline3/issues/2245";>#2245</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/19757c850b33c5679c0a2ea7f2c87f6f55de8b7f";><code>19757c8</code></a>
 chore: bump slf4j.version from 2.0.18 to 2.0.19 (<a 
href="https://redirect.github.com/jline/jline3/issues/2244";>#2244</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/47e16bfc9e1790c3868601af73b8788f963581e4";><code>47e16bf</code></a>
 fix: verify server host keys in the ssh client builtin (<a 
href="https://redirect.github.com/jline/jline3/issues/2236";>#2236</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/ff4d59b03c8590e963daa5dc218bc2156dc7ac83";><code>ff4d59b</code></a>
 chore: bump org.apache.maven.plugins:maven-surefire-plugin (<a 
href="https://redirect.github.com/jline/jline3/issues/2234";>#2234</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0cb3afdb589e8f6da68c2ccc6551eae6a3c7cee3";><code>0cb3afd</code></a>
 fix: address remaining security vulnerabilities reported by AFINE/CERT.PL (<a 
href="https://redirect.github.com/jline/jline3/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/347b880fc1f982af0e1b620d959659e9fee8409e";><code>347b880</code></a>
 fix: use Release Drafter draft for GitHub release and fail closed on lookup 
e...</li>
   <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>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.13...4.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to