Skip to content

Commit

Permalink
Update dependency org.jline:jline to v3.26.2 (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 3dffc85 commit 8b2abba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ application {

dependencies {
implementation projects.mosaicRuntime
implementation 'org.jline:jline:3.26.1'
implementation 'org.jline:jline:3.26.2'
}
2 changes: 1 addition & 1 deletion samples/rrtop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ application {
dependencies {
implementation projects.mosaicRuntime
implementation 'org.jetbrains.kotlinx:kotlinx-datetime:0.6.0'
implementation 'org.jline:jline:3.26.1'
implementation 'org.jline:jline:3.26.2'
}

0 comments on commit 8b2abba

Please sign in to comment.