gantsign / kotlin-maven-plugin-tools

Metadata extractor for Maven plugins written in Kotlin.
Apache License 2.0
17 stars 6 forks source link

Bump jline from 3.20.0 to 3.21.0 #333

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jline from 3.20.0 to 3.21.0.

Changelog

Sourced from jline's changelog.

JLine 3.21.0

  • 3654a2a0 Fix JNA CLibrary constants on non x86 platforms, fixes #687 (#727)
  • 057d00e7 Upgrade gogo libraries (#725)
  • 738635f7 Fix line endings in jline-gogo.bat (#726)
  • fd2589f7 Disable JNA for Mac/M1 platform (#721)
  • 427d05e1 Upgrade to JNA 5.9.0 (#722)
  • d774f6f5 Fix telnet bind address, fixes #611 (#723)
  • eac455ea Improve PumpReader surrogate char handling (#720)
  • e2313dfe Fix problem with PumpReader waiting forever, fixes #659 (#719)
  • c6ae2c12 Rename History.read parameter to be more clear (#718)
  • c12a7bde Upgrade to jansi 2.4.0 (#717)
  • 9908d12e Upgrade sshd to 2.7.0 (#715)
  • deb7469d Fix PumpReader support for supplementary code points, fixes #658 (#716)
  • 0a35dc7f Inherit appName from the terminal, fixes #631 (#714)
  • 8843bbe9 Allow easy custom candidate sorting (#678)
  • b9ca72d3 Fix emoji character width, fixes #683 (#713)
  • bef9396d Telnet ConnectionManager should clean closed connections, fixes #709 (#712)
  • 5eaf5194 Force to use FreeBSD stty on Mac (#706)
  • 397e7288 Stack is a thread-safe synchronized collection. (#696)
  • f8c6bb78 Change nested classes to static nested classes where possible
  • a3a56888 Typo in CompletionMatcher's javadoc, fixes #711
  • e2795498 fix build script missing complain if no command is given
  • a3e97824 Enable jdk17 for testing
  • d3de534c REPL-console: fix the parameter expansion of exit command
  • f3c967f4 Remove unnecessary t.getCause() call
  • ba065314 Use try-with-resources where possible
  • 56c2a07e Remove superfluous use of boxing
  • 3ae43a15 #681 Extend jansi 2.x import package range
  • a01fe264 3.19.0 Regression - Escape sequences are printed when using Git Bash in Windows Terminal, fixes #693
  • 0670361a DefaultPrinter: fix table column selection when column name contains '.'-char(s)
  • 31229b05 Added a few tests for CompletionMatcher
  • 74c97a23 [JLINE-699] Make candidates for completion unique
  • 9ca636f3 Fix possible ArrayStoreException in stream (#701)
  • b14c437c Purge depshield badge
  • a1fcd9f5 prnt command: improve management of option --columns=
  • 97391909 Auto suggestion error when command contains '|' character(s), fixes #679
  • 9abe8b7e Nano editor does not work well on Windows terminals, fixes #676
  • 574dd56e JLine bundle jline-3.20.0.jar has a wrong Automatic-Module-Name, fixes #675
  • f55f2e29 Groovy REPL: enum tab completion fails for imported class, fixes #674
  • 03b6a55f Windows CMD: adding terminal status overwrites previous command lines, fixes #673
  • db29d290 ttop command display is messed on Windows, fixes #672
Commits


Dependabot compatibility score

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 commands and options
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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #333 (0f41985) into master (557f9a1) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #333   +/-   ##
=========================================
  Coverage     85.23%   85.23%           
  Complexity       71       71           
=========================================
  Files             8        8           
  Lines           413      413           
  Branches         66       66           
=========================================
  Hits            352      352           
  Misses           28       28           
  Partials         33       33           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 2 years ago

Looks like org.jline:jline is no longer a dependency, so this is no longer needed.