Skip to content

Bump jlineVersion from 3.30.9 to 3.30.11#11996

Merged
Bukama merged 1 commit into
maven-3.10.xfrom
dependabot/maven/maven-3.10.x/jlineVersion-3.30.11
Apr 28, 2026
Merged

Bump jlineVersion from 3.30.9 to 3.30.11#11996
Bukama merged 1 commit into
maven-3.10.xfrom
dependabot/maven/maven-3.10.x/jlineVersion-3.30.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps jlineVersion from 3.30.9 to 3.30.11.
Updates org.jline:jansi-core from 3.30.9 to 3.30.11

Release notes

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

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
  • bce28e9 [maven-release-plugin] prepare release jline-3.30.11
  • 7f817fa fix: add GraalVM native-image support for FFM terminal provider (#1804)
  • c66024f [maven-release-plugin] prepare for next development iteration
  • ae05bd3 [maven-release-plugin] prepare release jline-3.30.10
  • 713f3d0 fix: add copyright year to new test files for spotless compliance
  • cf3ec90 fix: close PTY streams before shutdown to prevent hang on macOS (fixes #1808)...
  • ee94e5b fix: avoid NPE when closing terminal with null masterOutput (#1796) (#1813)
  • 4c45ca3 fix: Fix AttributedStyle color chaining (#1792)
  • cac2b3b fix: remove spurious (short) casts in Size setters (#1791)
  • 8561b04 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal from 3.30.9 to 3.30.11

Release notes

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

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
  • bce28e9 [maven-release-plugin] prepare release jline-3.30.11
  • 7f817fa fix: add GraalVM native-image support for FFM terminal provider (#1804)
  • c66024f [maven-release-plugin] prepare for next development iteration
  • ae05bd3 [maven-release-plugin] prepare release jline-3.30.10
  • 713f3d0 fix: add copyright year to new test files for spotless compliance
  • cf3ec90 fix: close PTY streams before shutdown to prevent hang on macOS (fixes #1808)...
  • ee94e5b fix: avoid NPE when closing terminal with null masterOutput (#1796) (#1813)
  • 4c45ca3 fix: Fix AttributedStyle color chaining (#1792)
  • cac2b3b fix: remove spurious (short) casts in Size setters (#1791)
  • 8561b04 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jni from 3.30.9 to 3.30.11

Release notes

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

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
  • bce28e9 [maven-release-plugin] prepare release jline-3.30.11
  • 7f817fa fix: add GraalVM native-image support for FFM terminal provider (#1804)
  • c66024f [maven-release-plugin] prepare for next development iteration
  • ae05bd3 [maven-release-plugin] prepare release jline-3.30.10
  • 713f3d0 fix: add copyright year to new test files for spotless compliance
  • cf3ec90 fix: close PTY streams before shutdown to prevent hang on macOS (fixes #1808)...
  • ee94e5b fix: avoid NPE when closing terminal with null masterOutput (#1796) (#1813)
  • 4c45ca3 fix: Fix AttributedStyle color chaining (#1792)
  • cac2b3b fix: remove spurious (short) casts in Size setters (#1791)
  • 8561b04 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-ffm from 3.30.9 to 3.30.11

Release notes

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

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
  • bce28e9 [maven-release-plugin] prepare release jline-3.30.11
  • 7f817fa fix: add GraalVM native-image support for FFM terminal provider (#1804)
  • c66024f [maven-release-plugin] prepare for next development iteration
  • ae05bd3 [maven-release-plugin] prepare release jline-3.30.10
  • 713f3d0 fix: add copyright year to new test files for spotless compliance
  • cf3ec90 fix: close PTY streams before shutdown to prevent hang on macOS (fixes #1808)...
  • ee94e5b fix: avoid NPE when closing terminal with null masterOutput (#1796) (#1813)
  • 4c45ca3 fix: Fix AttributedStyle color chaining (#1792)
  • cac2b3b fix: remove spurious (short) casts in Size setters (#1791)
  • 8561b04 fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
  • 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 `jlineVersion` from 3.30.9 to 3.30.11.

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

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

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

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

---
updated-dependencies:
- dependency-name: org.jline:jansi-core
  dependency-version: 3.30.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal
  dependency-version: 3.30.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jni
  dependency-version: 3.30.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-ffm
  dependency-version: 3.30.11
  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 mvn3 labels Apr 28, 2026
@Bukama Bukama self-assigned this Apr 28, 2026
@Bukama Bukama merged commit e5eec52 into maven-3.10.x Apr 28, 2026
21 checks passed
@Bukama Bukama deleted the dependabot/maven/maven-3.10.x/jlineVersion-3.30.11 branch April 28, 2026 18:14
@github-actions github-actions Bot added this to the 3.10.0 milestone Apr 28, 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 mvn3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant