dependabot[bot] opened a new pull request, #916: URL: https://github.com/apache/aries/pull/916
Bumps [org.jline:jline](https://github.com/jline/jline3) from 4.4.3 to 4.4.5. <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 4.4.5 is a bug fix release addressing terminal color palette initialization, FFM signal handling, and paginated list rendering, along with dependency updates.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: palette sized before infocmp capabilities are parsed (<a href="https://redirect.github.com/jline/jline3/pull/2260">#2260</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: ColorPalette.loadPalette() falls back to default when terminal does not answer OSC 4 (<a href="https://redirect.github.com/jline/jline3/pull/2261">#2261</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: prevent FFM provider from overwriting JVM-reserved SIGQUIT with SIG_DFL (<a href="https://redirect.github.com/jline/jline3/pull/2271">#2271</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: correct paginated list/checkbox layout defects (<a href="https://redirect.github.com/jline/jline3/pull/2273">#2273</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li>fix: replace ReDoS-vulnerable regex with simple string checks in DefaultPrinter (<a href="https://redirect.github.com/jline/jline3/pull/2247">#2247</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> </ul> <h2>📦 Dependency Updates</h2> <ul> <li>chore: bump eu.maveniverse.maven.nisse:extension from 0.9.10 to 0.9.11 (<a href="https://redirect.github.com/jline/jline3/pull/2253">#2253</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> <li>chore: bump com.palantir.javaformat:palantir-java-format from 2.97.0 to 2.98.0 (<a href="https://redirect.github.com/jline/jline3/pull/2254">#2254</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> <li>chore: bump actions/setup-java from 6.0.0 to 6.0.1 (<a href="https://redirect.github.com/jline/jline3/pull/2258">#2258</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> <li>chore: bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2 (<a href="https://redirect.github.com/jline/jline3/pull/2266">#2266</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> <li>chore: bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.4 to 3.2.0 (<a href="https://redirect.github.com/jline/jline3/pull/2268">#2268</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> <li>chore: bump org.apache.maven.plugins:maven-install-plugin from 3.1.4 to 3.2.0 (<a href="https://redirect.github.com/jline/jline3/pull/2269">#2269</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> <li>chore: bump org.codehaus.mojo:exec-maven-plugin from 3.6.3 to 3.6.4 (<a href="https://redirect.github.com/jline/jline3/pull/2270">#2270</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.4.3...4.4.5">https://github.com/jline/jline3/compare/4.4.3...4.4.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/2e88bc9aeb9b22d4c61b03ebd0b1ac34f5421512"><code>2e88bc9</code></a> fix: correct paginated list/checkbox layout defects (fixes <a href="https://redirect.github.com/jline/jline3/issues/2272">#2272</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dad6bb62b81704fa6dd2b71c6f7a6cffae06a723"><code>dad6bb6</code></a> chore: bump org.codehaus.mojo:exec-maven-plugin from 3.6.3 to 3.6.4 (<a href="https://redirect.github.com/jline/jline3/issues/2270">#2270</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3ff7a0980ebde5099b771b93810959a23649021b"><code>3ff7a09</code></a> chore: bump org.apache.maven.plugins:maven-install-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2269">#2269</a>)</li> <li><a href="https://github.com/jline/jline3/commit/069fc3a2f39aab613cc1125268cfc744f17e6f10"><code>069fc3a</code></a> chore: bump org.apache.maven.plugins:maven-deploy-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2268">#2268</a>)</li> <li><a href="https://github.com/jline/jline3/commit/8c75ea3627506d7b38431f93dcb2f518e71cf356"><code>8c75ea3</code></a> chore: bump org.codehaus.mojo:build-helper-maven-plugin (<a href="https://redirect.github.com/jline/jline3/issues/2266">#2266</a>)</li> <li><a href="https://github.com/jline/jline3/commit/cba1a4f2f34236728db843a6c6ebdecc037ec3dd"><code>cba1a4f</code></a> fix: prevent FFM from clobbering JVM-reserved SIGQUIT handler with SIG_DFL (f...</li> <li><a href="https://github.com/jline/jline3/commit/633f41ea2770c96ca2166a620f649db0b750a069"><code>633f41e</code></a> Add KEYS file with GPG public signing key</li> <li><a href="https://github.com/jline/jline3/commit/99248f4bbe0118a4d38c1a7eb4bdea11039a1398"><code>99248f4</code></a> fix: ColorPalette.loadPalette() falls back to default when terminal does not ...</li> <li><a href="https://github.com/jline/jline3/commit/1dda3bc80bb81449983f5a23dcdcc184bd16a02b"><code>1dda3bc</code></a> fix: palette sized before infocmp capabilities are parsed (<a href="https://redirect.github.com/jline/jline3/issues/2256">#2256</a>) (<a href="https://redirect.github.com/jline/jline3/issues/2260">#2260</a>)</li> <li><a href="https://github.com/jline/jline3/commit/218b87eaddddfc10afb58527e42ca5e4173893a2"><code>218b87e</code></a> chore: bump actions/setup-java from 6.0.0 to 6.0.1 (<a href="https://redirect.github.com/jline/jline3/issues/2258">#2258</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/4.4.3...4.4.5">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]
