dependabot[bot] opened a new pull request #96: URL: https://github.com/apache/directory-kerby/pull/96
Bumps [jline](https://github.com/jline/jline3) from 3.19.0 to 3.20.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.20.0/">JLine 3.20.0</a></h2> <ul> <li><a href="https://github.com/jline/jline3/commit/8ed2b9a667b6058ebb0e6970032496025f5a663e"><code>8ed2b9a6</code></a> Command 'slurp --format=TEXT <!-- raw HTML omitted -->' reads file lines to ArrayList</li> <li><a href="https://github.com/jline/jline3/commit/8041ffcd7e4cb7158329876fdc2ad8b7dc92c790"><code>8041ffcd</code></a> Groovy REPL: fix source file package tab completion in Windows</li> <li><a href="https://github.com/jline/jline3/commit/049d24a314ab0f832868389b58f9023d9e7fe4aa"><code>049d24a3</code></a> ArgDesc: add validity check for argument name, <a href="https://github-redirect.dependabot.com/jline/jline3/issues/665">#665</a></li> <li><a href="https://github.com/jline/jline3/commit/5f2497dd059c19fa928e9cd728f72ab870e8e2ce"><code>5f2497dd</code></a> SystemHighlighter: highlight command options file values</li> <li><a href="https://github.com/jline/jline3/commit/53cd0c031fa6d3f047795a3b7e5540abf4f47052"><code>53cd0c03</code></a> Fix option value parsing in Groovy classloader command</li> <li><a href="https://github.com/jline/jline3/commit/278fac94e66e74bef2d34e73e0b5ebd5598eeca6"><code>278fac94</code></a> Upgrade Groovy to 3.0.8</li> <li><a href="https://github.com/jline/jline3/commit/8e9fc3697ae2a7695d867eb3c47199779285b087"><code>8e9fc369</code></a> Upgrade JNA to 5.8.0</li> <li><a href="https://github.com/jline/jline3/commit/fac777f5645f860b3379eda6d41b6e4736779b6b"><code>fac777f5</code></a> Upgrade Jansi to 2.3.2</li> <li><a href="https://github.com/jline/jline3/commit/39ac1bbe041500ff9f16e2a05b1090228df414b1"><code>39ac1bbe</code></a> Revert "JrtJavaBasePackages: before class search check that package exists"</li> <li><a href="https://github.com/jline/jline3/commit/e9563d97eb26bb91f09e892f17b82bd438b26181"><code>e9563d97</code></a> PrintAboveWriter fix the last new line test</li> <li><a href="https://github.com/jline/jline3/commit/7c697ebf1f5f8b79ad81dd4d7b0b6ffbc37908e1"><code>7c697ebf</code></a> add a <code>PrintAboveWriter</code> which buffers input until a newline is reached, and then forwards to LineReader's <code>printAbove()</code> method</li> <li><a href="https://github.com/jline/jline3/commit/943abe0f16114085dc6ceb139ca2969564fcd5dc"><code>943abe0f</code></a> Fix PumpReader.read(CharBuffer) not being synchronized</li> <li><a href="https://github.com/jline/jline3/commit/6d696428782d32f17bd8c3d4a12c42b1a28d1ca5"><code>6d696428</code></a> Add a color field on the TerminalBuilder to control the dumb terminal</li> <li><a href="https://github.com/jline/jline3/commit/a3bf295e4f75c4121756c935309dda0165e732e4"><code>a3bf295e</code></a> Groovy REPL: option '--add JAR' to classloader command, step II</li> <li><a href="https://github.com/jline/jline3/commit/adbf02429a8a060cb820a11423fe924ba1299ca4"><code>adbf0242</code></a> REPL demo: remove multiline comment syntax from groovy.nanorc. Start comment char sequence breaks commandline highlight.</li> <li><a href="https://github.com/jline/jline3/commit/ead6de895ae308023b74a045da830ddf833262dc"><code>ead6de89</code></a> Groovy REPL: option '--add JAR' to classloader command</li> <li><a href="https://github.com/jline/jline3/commit/5be0e7c3012f209ecff6229ddecb865cdb6fc7f6"><code>5be0e7c3</code></a> SystemRegistry: change trace(Exception) to trace(Throwable)</li> <li><a href="https://github.com/jline/jline3/commit/1d9bb2884450aa25f204480689e75a5f480837e1"><code>1d9bb288</code></a> Groovy REPL: improve package completion performance, step II</li> <li><a href="https://github.com/jline/jline3/commit/d22e9b36563b908b204a0dad3cdabcda2d4eba5c"><code>d22e9b36</code></a> Groovy REPL: fixed command 'inspect --info [object]'</li> <li><a href="https://github.com/jline/jline3/commit/273ac1e910bdb76c65cea608adcb97ed3412e914"><code>273ac1e9</code></a> JrtJavaBasePackages: before class search check that package exists</li> <li><a href="https://github.com/jline/jline3/commit/4da3433f234fc62e748452ba72143606baa24629"><code>4da3433f</code></a> Groovy REPL: add completion group Classes</li> <li><a href="https://github.com/jline/jline3/commit/427fbadf6a017a38ff2bd203d7d7f455478d0304"><code>427fbadf</code></a> Groovy REPL: add option syntheticMethodsCompletion</li> <li><a href="https://github.com/jline/jline3/commit/7df36e38c5a61cb4738c3bc730d0a2c43f5736fc"><code>7df36e38</code></a> Groovy REPL: add inner class completion</li> <li><a href="https://github.com/jline/jline3/commit/8daf29171bd4df32fb8adf261d79f6ee58f5d2ea"><code>8daf2917</code></a> Groovy REPL: improve package completion performance</li> <li><a href="https://github.com/jline/jline3/commit/8dc496fbb844856104029c3c6735343408387a6a"><code>8dc496fb</code></a> Groovy REPL: method tab completion fails complete obj. super class methods</li> <li><a href="https://github.com/jline/jline3/commit/8f0925699f964cb23ef9ea68482b74f6b5d16a23"><code>8f092569</code></a> Groovy REPL: purge dynamically created Script classes from classloader cache & add groovy command classloader</li> <li><a href="https://github.com/jline/jline3/commit/169f9cff098e70fcd984fd29cec544b8d1cbfd07"><code>169f9cff</code></a> DefaultPrinter: map print enable option for keys selection</li> <li><a href="https://github.com/jline/jline3/commit/92a63e1494d7e24a9f36cf639257b181080a535f"><code>92a63e14</code></a> Groovy REPL: manage tab completions of dynamically loaded jars</li> <li><a href="https://github.com/jline/jline3/commit/54c7862d1ba2a060a26fdfd3b24d317ac0b680f3"><code>54c7862d</code></a> groovy Utils.toMap() manage GroovyCastException</li> <li><a href="https://github.com/jline/jline3/commit/58d233a9ef960687866d7bcb69e167156386c931"><code>58d233a9</code></a> DefaultPrinter: improve table columns selection</li> <li><a href="https://github.com/jline/jline3/commit/513e6fd4ca3bb6821cb2fa24d56ca5092a56c3ec"><code>513e6fd4</code></a> Groovy REPL: add tab completions to classes that are created in REPL</li> <li><a href="https://github.com/jline/jline3/commit/9d05f0aec2b024f83063e5209b2830c0c1a93d03"><code>9d05f0ae</code></a> Groovy REPL: add support for Groovy traits</li> <li><a href="https://github.com/jline/jline3/commit/70e8dee805541c3136f4bff5a27ca15dca34b6b4"><code>70e8dee8</code></a> Groovy REPL: added regex test for import command & reviewed class load pattern</li> <li><a href="https://github.com/jline/jline3/commit/706e026834d402999a517f39290c63de83136e57"><code>706e0268</code></a> Groovy REPL handle imports when load classes from sources, <a href="https://github-redirect.dependabot.com/jline/jline3/issues/664">#664</a></li> <li><a href="https://github.com/jline/jline3/commit/6567d4bf7876fdecea85af8a970e42749711f1ff"><code>6567d4bf</code></a> Groovy REPL: complete get meta methods also as identifiers</li> <li><a href="https://github.com/jline/jline3/commit/6ffcadf48a4e93a11891e2887cb19dc173f17853"><code>6ffcadf4</code></a> Groovy REPL does not load classes from groovy sources, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/664">#664</a></li> <li><a href="https://github.com/jline/jline3/commit/eb1199ec577452047219b387cdb5ffacd6de2d72"><code>eb1199ec</code></a> Groovy REPL demo erroneously can complete groovy statements in shell command, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/663">#663</a></li> <li><a href="https://github.com/jline/jline3/commit/6b511041f456a27bb2cfc2708686e991566f70d4"><code>6b511041</code></a> Repl demo: fix shell command error message</li> <li><a href="https://github.com/jline/jline3/commit/95784185877ab8739ca1e0fce56bb1453a6faa4e"><code>95784185</code></a> SystemHighlighter: fix Repl demo shell command highlight</li> <li><a href="https://github.com/jline/jline3/commit/4e18cc6c1365512fa6855eed0ed0ab17df353f43"><code>4e18cc6c</code></a> SystemRegistryImpl: change some fields visibilities to simplify class extensions</li> <li><a href="https://github.com/jline/jline3/commit/8e66a60f25d7ab0e61c9815e415f6b307c7fca31"><code>8e66a60f</code></a> Highlighter impl.: change some fields visibilities to simplify classes extensions</li> <li><a href="https://github.com/jline/jline3/commit/3320df5f74e2907cbd3b3ef8c4d347c9f24af235"><code>3320df5f</code></a> SystemHighlighter: use LS_COLORS rules to highlight command file args</li> <li><a href="https://github.com/jline/jline3/commit/91c205bf93b2b1ee40ac20280df2775ec91faacb"><code>91c205bf</code></a> Command prnt style option does not work, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/661">#661</a></li> <li><a href="https://github.com/jline/jline3/commit/d22d576c428e74b65767c16d483b9002238c0d2b"><code>d22d576c</code></a> Add ColonCommandCompletionTest, <a href="https://github-redirect.dependabot.com/jline/jline3/issues/654">#654</a></li> <li><a href="https://github.com/jline/jline3/commit/620b187d22ae8ba6bd783f39a841da9b05257f06"><code>620b187d</code></a> Unable to directly handle unknown commands in console, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/653">#653</a></li> <li><a href="https://github.com/jline/jline3/commit/289d339bb5821cb094fe2086bdc6f794084806b6"><code>289d339b</code></a> AbstractTerminal: if type null assign fallback terminal type value (ansi), <a href="https://github-redirect.dependabot.com/jline/jline3/issues/651">#651</a></li> <li><a href="https://github.com/jline/jline3/commit/774e890d589acd16aba51489359d7231415d434a"><code>774e890d</code></a> CamelCase matcher: improve completion performance, fixes <a href="https://github-redirect.dependabot.com/jline/jline3/issues/650">#650</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/a3e55d56cbd8d7b9fa74a627af03d5c97c4248d9"><code>a3e55d5</code></a> [maven-release-plugin] prepare release jline-parent-3.20.0</li> <li><a href="https://github.com/jline/jline3/commit/36ee21abd28a2eaa41bee5168373709fd9d0fcee"><code>36ee21a</code></a> Javadocs are required to upload to ossrh</li> <li><a href="https://github.com/jline/jline3/commit/9b3ee265c31c8669014e12cf6197023173a5458d"><code>9b3ee26</code></a> Update changelog for release</li> <li><a href="https://github.com/jline/jline3/commit/8ed2b9a667b6058ebb0e6970032496025f5a663e"><code>8ed2b9a</code></a> Command 'slurp --format=TEXT <file>' reads file lines to ArrayList</li> <li><a href="https://github.com/jline/jline3/commit/8041ffcd7e4cb7158329876fdc2ad8b7dc92c790"><code>8041ffc</code></a> Groovy REPL: fix source file package tab completion in Windows</li> <li><a href="https://github.com/jline/jline3/commit/049d24a314ab0f832868389b58f9023d9e7fe4aa"><code>049d24a</code></a> ArgDesc: add validity check for argument name, <a href="https://github-redirect.dependabot.com/jline/jline3/issues/665">#665</a></li> <li><a href="https://github.com/jline/jline3/commit/5f2497dd059c19fa928e9cd728f72ab870e8e2ce"><code>5f2497d</code></a> SystemHighlighter: highlight command options file values</li> <li><a href="https://github.com/jline/jline3/commit/53cd0c031fa6d3f047795a3b7e5540abf4f47052"><code>53cd0c0</code></a> Fix option value parsing in Groovy classloader command</li> <li><a href="https://github.com/jline/jline3/commit/278fac94e66e74bef2d34e73e0b5ebd5598eeca6"><code>278fac9</code></a> Upgrade Groovy to 3.0.8</li> <li><a href="https://github.com/jline/jline3/commit/8e9fc3697ae2a7695d867eb3c47199779285b087"><code>8e9fc36</code></a> Upgrade JNA to 5.8.0</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-parent-3.19.0...jline-parent-3.20.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]
