From ad9e20aaadbada0156f25e26feb1f2140fc85246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:44:38 +0000 Subject: [PATCH] build(deps): bump org.jline:jline from 3.30.6 to 4.0.4 Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.6 to 4.0.4. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](https://github.com/jline/jline3/compare/jline-3.30.6...4.0.4) --- updated-dependencies: - dependency-name: org.jline:jline dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 03221a8..0dc7dfc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation(kotlin("reflect")) implementation("org.fusesource.jansi:jansi:2.4.2") implementation("com.github.ajalt.clikt:clikt:5.0.3") - implementation("org.jline:jline:3.30.6") + implementation("org.jline:jline:4.0.4") } tasks.test {