Skip to content

Commit

Permalink
Bump jlineVersion from 3.26.1 to 3.26.2
Browse files Browse the repository at this point in the history
Bumps `jlineVersion` from 3.26.1 to 3.26.2.

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-console
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-builtins
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jansi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent e0c39fd commit 08155b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

ext {
jlineVersion = '3.26.1'
jlineVersion = '3.26.2'
jUnitVersion = '5.10.2'
}

Expand Down

0 comments on commit 08155b8

Please sign in to comment.