From f247d0bf808a77662c0482aa5928f0d06a84a543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:22:01 +0000 Subject: [PATCH] build(deps): bump org.jline:jline from 3.30.5 to 3.30.6 Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.5 to 3.30.6. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](https://github.com/jline/jline3/compare/jline-3.30.5...jline-3.30.6) --- updated-dependencies: - dependency-name: org.jline:jline dependency-version: 3.30.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 59ad55e..fb5ed6e 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.5") + implementation("org.jline:jline:3.30.6") } tasks.test {