Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 562455b

Browse files
Update dependency org.jline:jline-terminal-jansi to v3.24.1
1 parent 3e3f684 commit 562455b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation("org.jline:jline:3.21.0")
7070

7171
// Jansi
72-
implementation("org.jline:jline-terminal-jansi:3.21.0")
72+
implementation("org.jline:jline-terminal-jansi:3.24.1")
7373
}
7474

7575
tasks {

0 commit comments

Comments
 (0)