Skip to content

Bump jline.version from 3.30.9 to 3.30.13#1368

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/jline.version-3.30.13
Open

Bump jline.version from 3.30.9 to 3.30.13#1368
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/jline.version-3.30.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps jline.version from 3.30.9 to 3.30.13.
Updates org.jline:jline-reader from 3.30.9 to 3.30.13

Release notes

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

JLine 3.30.13 is a patch release fixing status bar rendering after terminal resize.

Bug Fixes

When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.

Full Changelog: jline/jline3@jline-3.30.12...jline-3.30.13

JLine 3.30.12

[maven-release-plugin] copy for tag jline-3.30.12

JLine 3.30.11 is a patch release adding GraalVM native-image support for the FFM terminal provider that was missing from 3.30.10.

Bug Fixes

  • Add GraalVM native-image support for FFM terminal provider (#1804)

See 3.30.10 release notes for the full list of bugfixes included in this release series.

JLine 3.30.10 is a patch release with numerous bug fixes, including terminal stability improvements, encoding fixes, and dependency updates.

Bug Fixes

  • Catch LinkageError during provider loading (#1752)
  • Prevent ArrayIndexOutOfBoundsException in KillRing.yankPop()
  • Fix off-by-one bounds check in KeyMap.unbind()
  • Handle EOF in color parsing to prevent infinite loop
  • Close HttpURLConnection in ConsoleEngineImpl.urlExists()
  • Guard AnsiConsole.providers() call to avoid NoSuchMethodError (#1766)
  • Guard waitDirty against spurious wakeups (#1765)
  • Restore waitDirty timeout in forced dump to prevent busy-loop spinning (#1768)
  • Remove spurious (short) casts in Size setters (#1791)
  • Fix AttributedStyle color chaining (#1792)
  • Avoid NPE when closing terminal with null masterOutput (#1813)
  • Close PTY streams before shutdown to prevent hang on macOS (#1817)

Dependency Updates

  • Bump groovy.version from 4.0.30 to 4.0.31
  • Bump spotless-maven-plugin to 3.4.0
  • Bump palantir-java-format to 2.90.0
  • Bump jansi from 2.4.2 to 2.4.3
  • Bump graal-sdk from 25.0.2 to 25.0.3
  • Bump actions/deploy-pages from 4 to 5
  • Bump actions/configure-pages from 5 to 6
  • Bump actions/upload-pages-artifact from 4 to 5
Commits
  • ec7d891 [maven-release-plugin] prepare release jline-3.30.13
  • 054e6d6 fix: status bar duplication after vertical resize (backport #1860)
  • 52124fa [maven-release-plugin] prepare for next development iteration
  • 1cec3b6 [maven-release-plugin] prepare release jline-3.30.12
  • 55a90a0 fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 6d13d45 fix: correct inverted bounds check in readBuffered methods (#1855)
  • e1cf37c chore: Bump junit.version from 5.14.3 to 5.14.4
  • f40e265 chore: Bump actions/checkout from 4 to 6
  • 546291c [maven-release-plugin] prepare for next development iteration
  • bce28e9 [maven-release-plugin] prepare release jline-3.30.11
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jansi from 3.30.9 to 3.30.13

Release notes

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

JLine 3.30.13 is a patch release fixing status bar rendering after terminal resize.

Bug Fixes

When the terminal height shrinks, some terminal emulators keep the old bottom status line just above the new status area, causing duplicated status bar rows. This release clears the stale status rows during resize.

Full Changelog: jline/jline3@jline-3.30.12...jline-3.30.13

JLine 3.30.12

[maven-release-plugin] copy for tag jline-3.30.12

JLine 3.30.11 is a patch release adding GraalVM native-image support for the FFM terminal provider that was missing from 3.30.10.

Bug Fixes

  • Add GraalVM native-image support for FFM terminal provider (#1804)

See 3.30.10 release notes for the full list of bugfixes included in this release series.

JLine 3.30.10 is a patch release with numerous bug fixes, including terminal stability improvements, encoding fixes, and dependency updates.

Bug Fixes

  • Catch LinkageError during provider loading (#1752)
  • Prevent ArrayIndexOutOfBoundsException in KillRing.yankPop()
  • Fix off-by-one bounds check in KeyMap.unbind()
  • Handle EOF in color parsing to prevent infinite loop
  • Close HttpURLConnection in ConsoleEngineImpl.urlExists()
  • Guard AnsiConsole.providers() call to avoid NoSuchMethodError (#1766)
  • Guard waitDirty against spurious wakeups (#1765)
  • Restore waitDirty timeout in forced dump to prevent busy-loop spinning (#1768)
  • Remove spurious (short) casts in Size setters (#1791)
  • Fix AttributedStyle color chaining (#1792)
  • Avoid NPE when closing terminal with null masterOutput (#1813)
  • Close PTY streams before shutdown to prevent hang on macOS (#1817)

Dependency Updates

  • Bump groovy.version from 4.0.30 to 4.0.31
  • Bump spotless-maven-plugin to 3.4.0
  • Bump palantir-java-format to 2.90.0
  • Bump jansi from 2.4.2 to 2.4.3
  • Bump graal-sdk from 25.0.2 to 25.0.3
  • Bump actions/deploy-pages from 4 to 5
  • Bump actions/configure-pages from 5 to 6
  • Bump actions/upload-pages-artifact from 4 to 5
Commits
  • ec7d891 [maven-release-plugin] prepare release jline-3.30.13
  • 054e6d6 fix: status bar duplication after vertical resize (backport #1860)
  • 52124fa [maven-release-plugin] prepare for next development iteration
  • 1cec3b6 [maven-release-plugin] prepare release jline-3.30.12
  • 55a90a0 fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
  • 6d13d45 fix: correct inverted bounds check in readBuffered methods (#1855)
  • e1cf37c chore: Bump junit.version from 5.14.3 to 5.14.4
  • f40e265 chore: Bump actions/checkout from 4 to 6
  • 546291c [maven-release-plugin] prepare for next development iteration
  • bce28e9 [maven-release-plugin] prepare release jline-3.30.11
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `jline.version` from 3.30.9 to 3.30.13.

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

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

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 3.30.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jansi
  dependency-version: 3.30.13
  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 May 11, 2026
@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants