gudzpoz / luajava

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.
https://gudzpoz.github.io/luajava/
Other
141 stars 17 forks source link

Bump jlineVersion from 3.23.0 to 3.24.1 #134

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 9 months ago

Bumps jlineVersion from 3.23.0 to 3.24.1. Updates org.jline:jline-reader from 3.23.0 to 3.24.1

Release notes

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

JLine 3.24.1

This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.

What's Changed

Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1

JLine 3.24.0 contains a number of new features, enhancements and bug fixes.

Warning

This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.

New features and enhancements

Bug fixes

... (truncated)

Changelog

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

[JLine 3.24.1][3_24_1]

[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/

[JLine 3.24.0][3_24_0]

[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/

... (truncated)

Commits
  • 05669e1 [maven-release-plugin] prepare release jline-parent-3.24.1
  • 60b0027 Add changelog for 3.24.1
  • b63acbc Fix broken javadoc generation (#892)
  • 4c4dbdc Restore JDK 8 runtime compatibility, fixes #888 (#893)
  • 47f1ec9 Restore partial failure handling with stty, fixes #889
  • ecbc73a Fix git line endings
  • 8f410d2 [maven-release-plugin] prepare for next development iteration
  • 0a04e11 [maven-release-plugin] prepare release jline-parent-3.24.0
  • e2e5c4d Support building on jdk 21
  • 7cb1b67 Update changelog for 3.24.0 release
  • Additional commits viewable in compare view


Updates org.jline:jline-console from 3.23.0 to 3.24.1

Release notes

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

JLine 3.24.1

This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.

What's Changed

Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1

JLine 3.24.0 contains a number of new features, enhancements and bug fixes.

Warning

This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.

New features and enhancements

Bug fixes

... (truncated)

Changelog

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

[JLine 3.24.1][3_24_1]

[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/

[JLine 3.24.0][3_24_0]

[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/

... (truncated)

Commits
  • 05669e1 [maven-release-plugin] prepare release jline-parent-3.24.1
  • 60b0027 Add changelog for 3.24.1
  • b63acbc Fix broken javadoc generation (#892)
  • 4c4dbdc Restore JDK 8 runtime compatibility, fixes #888 (#893)
  • 47f1ec9 Restore partial failure handling with stty, fixes #889
  • ecbc73a Fix git line endings
  • 8f410d2 [maven-release-plugin] prepare for next development iteration
  • 0a04e11 [maven-release-plugin] prepare release jline-parent-3.24.0
  • e2e5c4d Support building on jdk 21
  • 7cb1b67 Update changelog for 3.24.0 release
  • Additional commits viewable in compare view


Updates org.jline:jline-terminal from 3.23.0 to 3.24.1

Release notes

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

JLine 3.24.1

This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.

What's Changed

Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1

JLine 3.24.0 contains a number of new features, enhancements and bug fixes.

Warning

This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.

New features and enhancements

Bug fixes

... (truncated)

Changelog

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

[JLine 3.24.1][3_24_1]

[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/

[JLine 3.24.0][3_24_0]

[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/

... (truncated)

Commits
  • 05669e1 [maven-release-plugin] prepare release jline-parent-3.24.1
  • 60b0027 Add changelog for 3.24.1
  • b63acbc Fix broken javadoc generation (#892)
  • 4c4dbdc Restore JDK 8 runtime compatibility, fixes #888 (#893)
  • 47f1ec9 Restore partial failure handling with stty, fixes #889
  • ecbc73a Fix git line endings
  • 8f410d2 [maven-release-plugin] prepare for next development iteration
  • 0a04e11 [maven-release-plugin] prepare release jline-parent-3.24.0
  • e2e5c4d Support building on jdk 21
  • 7cb1b67 Update changelog for 3.24.0 release
  • Additional commits viewable in compare view


Updates org.jline:jline-builtins from 3.23.0 to 3.24.1

Release notes

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

JLine 3.24.1

This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.

What's Changed

Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1

JLine 3.24.0 contains a number of new features, enhancements and bug fixes.

Warning

This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.

New features and enhancements

Bug fixes

  • gudzpoz commented 3 months ago

    @dependabot rebase

dependabot[bot] commented 3 months ago

Looks like these dependencies are up-to-date now, so this is no longer needed.