Skip to content

Commit 727534a

Browse files
authored
Merge pull request #15 from LMFS-Org/dependabot/gradle/org.jline-jline-3.30.1
build(deps): bump org.jline:jline from 3.30.0 to 3.30.1
2 parents 7201404 + c61b6bd commit 727534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation(kotlin("reflect"))
2121
implementation("org.fusesource.jansi:jansi:2.4.2")
2222
implementation("com.github.ajalt.clikt:clikt:5.0.3")
23-
implementation("org.jline:jline:3.30.0")
23+
implementation("org.jline:jline:3.30.1")
2424
}
2525

2626
tasks.test {

0 commit comments

Comments
 (0)