dependabot[bot] opened a new pull request #58: URL: https://github.com/apache/directory-kerby/pull/58
Bumps [jline](https://github.com/jline/jline3) from 3.11.0 to 3.19.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/blob/master/changelog.md">jline's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo1.maven.org/maven2/org/jline/jline/3.19.0/">JLine 3.19.0</a></h2> <ul> <li><a href="https://github.com/jline/jline3/commit/4ba4649ebd48ee9014b142659efeac367431ddba"><code>4ba4649e</code></a> CompletionMatcherImpl: add max search time for camelMatch()</li> <li><a href="https://github.com/jline/jline3/commit/ac4cdc18ff50d61579a4c53afdff41cf34bd7126"><code>ac4cdc18</code></a> Fix non-synchronized access to handlers map</li> <li><a href="https://github.com/jline/jline3/commit/cc094c7be3e574337dd79b18580f9ab6cba3aaee"><code>cc094c7b</code></a> Command colors: fix rounding errors in hue to r,g,b conversion</li> <li><a href="https://github.com/jline/jline3/commit/c159895f977335faf029a676734d389613101c92"><code>c159895f</code></a> FilesCompleter: add constructor parameter namePattern</li> <li><a href="https://github.com/jline/jline3/commit/a2e21b6577f3d89162081c8da52bcfdeebf0266d"><code>a2e21b65</code></a> FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter forceSlash, see <a href="https://github-redirect.dependabot.com/jline/jline3/issues/476">#476</a></li> <li><a href="https://github.com/jline/jline3/commit/9a4971868e4bdd29a36e454de01f54d3cd6071e0"><code>9a497186</code></a> DefaultHistory.matchPatterns is broken, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/635">#635</a></li> <li><a href="https://github.com/jline/jline3/commit/5d4add136ff28f7e206aef80328e2c535478adbb"><code>5d4add13</code></a> Add Javadoc for a few LineReader's completion options and variables</li> <li><a href="https://github.com/jline/jline3/commit/9e0916fc333577654cb1431ffb040c6ce194b939"><code>9e0916fc</code></a> CompletionMatcherImpl: skip camelMatch if word contains too many uppercase letters</li> <li><a href="https://github.com/jline/jline3/commit/2c5368170259483214c1c0a2e7f9e05746ef513e"><code>2c536817</code></a> CompletionMatcherImpl: if completing word contains '=' start camel matching after it</li> <li><a href="https://github.com/jline/jline3/commit/6766709986b4f5a9184c6899b74c5f7949392782"><code>67667099</code></a> Command colors -view: option values <!-- raw HTML omitted --> create a zoomed table</li> <li><a href="https://github.com/jline/jline3/commit/d235e11c9f87e9c5b082188d4d17f3c91388bde3"><code>d235e11c</code></a> Command colors: improve HSL calculation</li> <li><a href="https://github.com/jline/jline3/commit/2a95d3811da04860857cced5fedef8c881be5523"><code>2a95d381</code></a> DefaultPrinter: improve reporting of bad option values</li> <li><a href="https://github.com/jline/jline3/commit/977550be8e3bc9edea87e54ee738b6347beb87e6"><code>977550be</code></a> DefaultPrinter: use method columnSubSequence() to truncate long lines and values</li> <li><a href="https://github.com/jline/jline3/commit/59d7e699598eb45f8edea6e7996853f0571da93e"><code>59d7e699</code></a> Command colors: hue angle can be used as option --view value</li> <li><a href="https://github.com/jline/jline3/commit/644ffbe5b43a5c1219c9178800df151378800eeb"><code>644ffbe5</code></a> Command colors: add option --view</li> <li><a href="https://github.com/jline/jline3/commit/014296dede6cd09fc9547976beb6160dc5cc1293"><code>014296de</code></a> Command prnt: renamed option --delimiter to --border</li> <li><a href="https://github.com/jline/jline3/commit/2d42d3989f7edab4f76d90f2aeb04b0508008810"><code>2d42d398</code></a> Command prnt: add option --rowHighlight</li> <li><a href="https://github.com/jline/jline3/commit/0c231732bbb52836e116d1e368d6f37181e8dd1b"><code>0c231732</code></a> Command prnt: add option --delimiter and improve table header highlight</li> <li><a href="https://github.com/jline/jline3/commit/b9dbc01036285c8287c6a1d194b806777d0ef78f"><code>b9dbc010</code></a> Allow to set only bg color name in *_COLORS variable</li> <li><a href="https://github.com/jline/jline3/commit/5489815bbda4fcc84a5ae7739870ae35fdfe593e"><code>5489815b</code></a> Colors <!-- raw HTML omitted --> values can be used in nanorc and *_COLORS variables</li> <li><a href="https://github.com/jline/jline3/commit/1162c8a032e8868de7be6c149eb92fe9bc8c7fb8"><code>1162c8a0</code></a> Fix AttributedStyle calculations for true colors, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/305">#305</a></li> <li><a href="https://github.com/jline/jline3/commit/0944af4eb29c80d6563873850fee9d9709061c8f"><code>0944af4e</code></a> Repl demo: add script to test true colors</li> <li><a href="https://github.com/jline/jline3/commit/43662052f4db067a4eeb4467d9d559c607cc9311"><code>43662052</code></a> Ubuntu xterm supports the 24bit color sequences but JLine uses only 256 color palette, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/633">#633</a></li> <li><a href="https://github.com/jline/jline3/commit/ae2ff29d134b2584548184593139a510b9044563"><code>ae2ff29d</code></a> AttributedStyle: fixed method backgroundRgb()</li> <li><a href="https://github.com/jline/jline3/commit/cadefd5ea68fbe06fe1c50f0306264bb4c3531f2"><code>cadefd5e</code></a> AttributedStyle.toAnsi(): fixed StringIndexOutOfBoundsException</li> <li><a href="https://github.com/jline/jline3/commit/555892419d87f235c92ac7e852a76bfb05f60d2b"><code>55589241</code></a> StyleResolver: fixed default rgb style 'bg-rgb:default'</li> <li><a href="https://github.com/jline/jline3/commit/c029c9e63d461aef2c94d9d2ef04e1a8d0fc42e2"><code>c029c9e6</code></a> Command colors: add option --rgb</li> <li><a href="https://github.com/jline/jline3/commit/d3dc71f3128cba6d93a4ae2851f5455400228f57"><code>d3dc71f3</code></a> Repl demo: cleanup custom commands</li> <li><a href="https://github.com/jline/jline3/commit/d68a3d835de68d449de3bdf8a0ad8ad42bb9d6b9"><code>d68a3d83</code></a> CompletionMatcher: do not allow errors when used in completion menu</li> <li><a href="https://github.com/jline/jline3/commit/14fd4f9f0ca885c71b40d81b959f4bd88d34e52d"><code>14fd4f9f</code></a> StyleCompiler.getStyle(): do not throw exception if style reference not found</li> <li><a href="https://github.com/jline/jline3/commit/f36c685b5e8da770eb0ef191d4deae049a6abd9b"><code>f36c685b</code></a> Command doc: improved exceptions</li> <li><a href="https://github.com/jline/jline3/commit/79b9febf51486f62c27c0d3c0518f0eb9fbc004b"><code>79b9febf</code></a> Command colors: add option --lock to lock fore/background color</li> <li><a href="https://github.com/jline/jline3/commit/a27bcd1b4832ff82af41e870ee3e90fe51910e30"><code>a27bcd1b</code></a> Named styles and colors can be used in variables LS_COLORS, HELP_COLORS and PRNT_COLORS</li> <li><a href="https://github.com/jline/jline3/commit/e1c75ce38dc841b52b350459f39b84ac21868a4b"><code>e1c75ce3</code></a> NanorcParser: add nano color name extensions and use StyleResolver</li> <li><a href="https://github.com/jline/jline3/commit/785c06ae2f8346fdfd7a20608375c0163868f743"><code>785c06ae</code></a> Groovy REPL: do not save HelpException to console variable</li> <li><a href="https://github.com/jline/jline3/commit/82b7c38c26928234ea4d5a53d818567d15d98b56"><code>82b7c38c</code></a> Command colors: add option --find</li> <li><a href="https://github.com/jline/jline3/commit/2ec403f745d31810e5036f4b9e9aa038bc5b5606"><code>2ec403f7</code></a> JLine3 should not allow building a system terminal if input <em>or</em> output is not a tty</li> <li><a href="https://github.com/jline/jline3/commit/a6e31a18d8a443ee67f108d5ca7fff7dad1f6a41"><code>a6e31a18</code></a> Use CompletionMatcher also in menu</li> <li><a href="https://github.com/jline/jline3/commit/89d4ec4999d19d17762a34dfe715e3c7281dff1e"><code>89d4ec49</code></a> Command colors: reformatting name table, step II</li> <li><a href="https://github.com/jline/jline3/commit/12dc013e4dc61e796916f142d34ff6bfc54a96a1"><code>12dc013e</code></a> Groovy-REPL: support for camel-cased, acronym-style completion</li> <li><a href="https://github.com/jline/jline3/commit/8422cfeb2bf1b98ab76db1715681846627af9658"><code>8422cfeb</code></a> Command colors: reformatting name table</li> <li><a href="https://github.com/jline/jline3/commit/f163d405f4d401ffad020dc0f43baefb1b715cbb"><code>f163d405</code></a> Add CompletionMatcher in order to allow customize completion matchers</li> <li><a href="https://github.com/jline/jline3/commit/28868afea4981b25815eab912254d6cbea686930"><code>28868afe</code></a> SystemRegistryImpl: reset captured command output in REPL-loop</li> <li><a href="https://github.com/jline/jline3/commit/9e1a530566bc321699daf3fcdc1832aff666d625"><code>9e1a5305</code></a> Command colors: change angle brackets and add option -s to view 16-color table</li> <li><a href="https://github.com/jline/jline3/commit/b53835aa7ebcc082253c992f64cf9836fc288268"><code>b53835aa</code></a> Redirecting input from file to app fails when using CONEMU with Jansi, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/298">#298</a></li> <li><a href="https://github.com/jline/jline3/commit/f0a4adf94b001e630cc1ddab065cccc40a34ca8d"><code>f0a4adf9</code></a> Option group-persist: keep also group names on menu-list</li> <li><a href="https://github.com/jline/jline3/commit/58c0b38c9d556ac64cd2a144626dcf2764ed1890"><code>58c0b38c</code></a> Apply completion background styles to the entire completion table/list cell</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/b6e7ca1dce2863e8072eadb431c12948dbe9d000"><code>b6e7ca1</code></a> [maven-release-plugin] prepare release jline-parent-3.19.0</li> <li><a href="https://github.com/jline/jline3/commit/4ba4649ebd48ee9014b142659efeac367431ddba"><code>4ba4649</code></a> CompletionMatcherImpl: add max search time for camelMatch()</li> <li><a href="https://github.com/jline/jline3/commit/ac4cdc18ff50d61579a4c53afdff41cf34bd7126"><code>ac4cdc1</code></a> Fix non-synchronized access to handlers map</li> <li><a href="https://github.com/jline/jline3/commit/cc094c7be3e574337dd79b18580f9ab6cba3aaee"><code>cc094c7</code></a> Command colors: fix rounding errors in hue to r,g,b conversion</li> <li><a href="https://github.com/jline/jline3/commit/c159895f977335faf029a676734d389613101c92"><code>c159895</code></a> FilesCompleter: add constructor parameter namePattern</li> <li><a href="https://github.com/jline/jline3/commit/a2e21b6577f3d89162081c8da52bcfdeebf0266d"><code>a2e21b6</code></a> FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter ...</li> <li><a href="https://github.com/jline/jline3/commit/9a4971868e4bdd29a36e454de01f54d3cd6071e0"><code>9a49718</code></a> DefaultHistory.matchPatterns is broken, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/635">#635</a></li> <li><a href="https://github.com/jline/jline3/commit/5d4add136ff28f7e206aef80328e2c535478adbb"><code>5d4add1</code></a> Add Javadoc for a few LineReader's completion options and variables</li> <li><a href="https://github.com/jline/jline3/commit/9e0916fc333577654cb1431ffb040c6ce194b939"><code>9e0916f</code></a> CompletionMatcherImpl: skip camelMatch if word contains too many uppercase le...</li> <li><a href="https://github.com/jline/jline3/commit/2c5368170259483214c1c0a2e7f9e05746ef513e"><code>2c53681</code></a> CompletionMatcherImpl: if completing word contains '=' start camel matching a...</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-parent-3.11.0...jline-parent-3.19.0">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
