From d2a9a41fb3240b8e6780c8772c0d08554decd41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:18:49 +0000 Subject: [PATCH] build(deps): bump org.jline:jline from 3.30.4 to 3.30.5 Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.4 to 3.30.5. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](https://github.com/jline/jline3/compare/jline-3.30.4...3.30.5) --- updated-dependencies: - dependency-name: org.jline:jline dependency-version: 3.30.5 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 922072e..ad36086 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.4") + implementation("org.jline:jline:3.30.5") } tasks.test {