Skip to content

build(deps): replace fusesource.jansi with jline.jansi for ANSI support#377

Open
HarshMehta112 wants to merge 1 commit into
apache:masterfrom
HarshMehta112:fix/#373
Open

build(deps): replace fusesource.jansi with jline.jansi for ANSI support#377
HarshMehta112 wants to merge 1 commit into
apache:masterfrom
HarshMehta112:fix/#373

Conversation

@HarshMehta112
Copy link
Copy Markdown
Contributor

Fixes #373

Changes

  • Updated org.jline:jansi to version 3.25.1 (last version supporting Java 8)
  • Ensured compatibility with existing usage in maven-shared-utils

Notes

  • Versions of jansi newer than 3.25.1 require Java 11+, so they cannot be used while maintaining Java 8 support.
  • This is a dependency-only change with no functional impact expected.

Summary

This update preserves Java 8 compatibility while keeping the dependency as up to date as possible within supported constraints.

Signed-off-by: Harsh Mehta <harshmehta010102@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace org.fusesource.jansi:jansi with org.jline:jansi

1 participant