dependabot[bot] opened a new pull request, #10288: URL: https://github.com/apache/ozone/pull/10288
Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.9 to 3.30.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline's releases</a>.</em></p> <blockquote> <p>JLine 3.30.13 is a patch release fixing status bar rendering after terminal resize.</p> <h2>Bug Fixes</h2> <ul> <li>Fix status bar duplication after vertical resize (<a href="https://redirect.github.com/jline/jline3/pull/1860">#1860</a>) <a href="https://github.com/Abdelilah-AIT-HAMOU"><code>@Abdelilah-AIT-HAMOU</code></a></li> </ul> <p>When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/jline-3.30.12...jline-3.30.13">https://github.com/jline/jline3/compare/jline-3.30.12...jline-3.30.13</a></p> <h2>JLine 3.30.12</h2> <p>[maven-release-plugin] copy for tag jline-3.30.12</p> <p>JLine 3.30.11 is a patch release adding GraalVM native-image support for the FFM terminal provider that was missing from 3.30.10.</p> <h2>Bug Fixes</h2> <ul> <li>Add GraalVM native-image support for FFM terminal provider (<a href="https://redirect.github.com/jline/jline3/issues/1804">#1804</a>)</li> </ul> <p>See <a href="https://github.com/jline/jline3/releases/tag/jline-3.30.10">3.30.10 release notes</a> for the full list of bugfixes included in this release series.</p> <p>JLine 3.30.10 is a patch release with numerous bug fixes, including terminal stability improvements, encoding fixes, and dependency updates.</p> <h2>Bug Fixes</h2> <ul> <li>Catch LinkageError during provider loading (<a href="https://redirect.github.com/jline/jline3/issues/1752">#1752</a>)</li> <li>Prevent ArrayIndexOutOfBoundsException in KillRing.yankPop()</li> <li>Fix off-by-one bounds check in KeyMap.unbind()</li> <li>Handle EOF in color parsing to prevent infinite loop</li> <li>Close HttpURLConnection in ConsoleEngineImpl.urlExists()</li> <li>Guard AnsiConsole.providers() call to avoid NoSuchMethodError (<a href="https://redirect.github.com/jline/jline3/issues/1766">#1766</a>)</li> <li>Guard waitDirty against spurious wakeups (<a href="https://redirect.github.com/jline/jline3/issues/1765">#1765</a>)</li> <li>Restore waitDirty timeout in forced dump to prevent busy-loop spinning (<a href="https://redirect.github.com/jline/jline3/issues/1768">#1768</a>)</li> <li>Remove spurious (short) casts in Size setters (<a href="https://redirect.github.com/jline/jline3/issues/1791">#1791</a>)</li> <li>Fix AttributedStyle color chaining (<a href="https://redirect.github.com/jline/jline3/issues/1792">#1792</a>)</li> <li>Avoid NPE when closing terminal with null masterOutput (<a href="https://redirect.github.com/jline/jline3/issues/1813">#1813</a>)</li> <li>Close PTY streams before shutdown to prevent hang on macOS (<a href="https://redirect.github.com/jline/jline3/issues/1817">#1817</a>)</li> </ul> <h2>Dependency Updates</h2> <ul> <li>Bump groovy.version from 4.0.30 to 4.0.31</li> <li>Bump spotless-maven-plugin to 3.4.0</li> <li>Bump palantir-java-format to 2.90.0</li> <li>Bump jansi from 2.4.2 to 2.4.3</li> <li>Bump graal-sdk from 25.0.2 to 25.0.3</li> <li>Bump actions/deploy-pages from 4 to 5</li> <li>Bump actions/configure-pages from 5 to 6</li> <li>Bump actions/upload-pages-artifact from 4 to 5</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/ec7d8914dffefc469dfb0b7b93fdd002129d76a7"><code>ec7d891</code></a> [maven-release-plugin] prepare release jline-3.30.13</li> <li><a href="https://github.com/jline/jline3/commit/054e6d6d54605b7785a5d78a06e6b93445bad71b"><code>054e6d6</code></a> fix: status bar duplication after vertical resize (backport <a href="https://redirect.github.com/jline/jline3/issues/1860">#1860</a>)</li> <li><a href="https://github.com/jline/jline3/commit/52124fa187446b3dfc9f954d71ad742b880f6df1"><code>52124fa</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/jline/jline3/commit/1cec3b6dba304b13d6aad5182e1d4c234fba37f7"><code>1cec3b6</code></a> [maven-release-plugin] prepare release jline-3.30.12</li> <li><a href="https://github.com/jline/jline3/commit/55a90a0bde7cd092fcc801d48d994724c3542313"><code>55a90a0</code></a> fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...</li> <li><a href="https://github.com/jline/jline3/commit/6d13d45e7e28c03520ad8c01d9f5739bdb3908a3"><code>6d13d45</code></a> fix: correct inverted bounds check in readBuffered methods (<a href="https://redirect.github.com/jline/jline3/issues/1855">#1855</a>)</li> <li><a href="https://github.com/jline/jline3/commit/e1cf37cf2430969958438143a597aeebc746ea13"><code>e1cf37c</code></a> chore: Bump junit.version from 5.14.3 to 5.14.4</li> <li><a href="https://github.com/jline/jline3/commit/f40e2651af1c6717b194a8885ab8895bb8c5f18c"><code>f40e265</code></a> chore: Bump actions/checkout from 4 to 6</li> <li><a href="https://github.com/jline/jline3/commit/546291c571105ae99fda9d73e9cd4e55ec0b6ce3"><code>546291c</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/jline/jline3/commit/bce28e9375b581653cf52b367e1fcfe312507e7d"><code>bce28e9</code></a> [maven-release-plugin] prepare release jline-3.30.11</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.30.9...jline-3.30.13">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
