Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump org.jline:jline from 3.22.0 to 3.23.0
Browse files Browse the repository at this point in the history
Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.22.0 to 3.23.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.22.0...jline-parent-3.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 9, 2023
1 parent ac62f81 commit 17a2644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet-console/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation("org.jline:jline:3.22.0")
implementation("org.jline:jline:3.23.0")

implementation(project(":comet-api"))
implementation(project(":comet-core"))
Expand Down

0 comments on commit 17a2644

Please sign in to comment.