Skip to content

Commit

Permalink
Bump jline.version from 3.25.1 to 3.26.0
Browse files Browse the repository at this point in the history
Bumps `jline.version` from 3.25.1 to 3.26.0.

Updates `org.jline:jline-reader` from 3.25.1 to 3.26.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.1...jline-parent-3.26.0)

Updates `org.jline:jline-console` from 3.25.1 to 3.26.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.1...jline-parent-3.26.0)

Updates `org.jline:jline-terminal-jna` from 3.25.1 to 3.26.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.1...jline-parent-3.26.0)

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jline:jline-console
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jline:jline-terminal-jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 541ef13 commit e0ec60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell-jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
<jline.version>3.25.1</jline.version>
<jline.version>3.26.0</jline.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e0ec60b

Please sign in to comment.