Skip to content

Bump jlineVersion from 4.0.9 to 4.0.10#11883

Merged
Bukama merged 1 commit intomasterfrom
dependabot/maven/jlineVersion-4.0.10
Apr 4, 2026
Merged

Bump jlineVersion from 4.0.9 to 4.0.10#11883
Bukama merged 1 commit intomasterfrom
dependabot/maven/jlineVersion-4.0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps jlineVersion from 4.0.9 to 4.0.10.
Updates org.jline:jline-reader from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-reader's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-style from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-style's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-builtins from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-builtins's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-console from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-console's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-console-ui from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-console-ui's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-terminal's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-ffm from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-terminal-ffm's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jni from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline-terminal-jni's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

Bumps `jlineVersion` from 4.0.9 to 4.0.10.

Updates `org.jline:jline-reader` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-style` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-builtins` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-console` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-console-ui` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-terminal` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-terminal-ffm` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-terminal-jni` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jline-native` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

Updates `org.jline:jansi-core` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-style
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-builtins
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-console
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-console-ui
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-ffm
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jni
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-native
  dependency-version: 4.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jline:jansi-core
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 3, 2026
@Bukama Bukama self-assigned this Apr 4, 2026
@Bukama Bukama merged commit b44e444 into master Apr 4, 2026
60 of 63 checks passed
@Bukama Bukama deleted the dependabot/maven/jlineVersion-4.0.10 branch April 4, 2026 06:13
@github-actions github-actions bot added this to the 4.1.0 milestone Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant