From 26c1f18c7726fbfa995e43d3445bfc92e966767b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:53:22 +0000 Subject: [PATCH] Bump org.jline:jline from 4.3.1 to 4.4.1 Bumps [org.jline:jline](https://github.com/jline/jline3) from 4.3.1 to 4.4.1. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](https://github.com/jline/jline3/compare/4.3.1...4.4.1) --- updated-dependencies: - dependency-name: org.jline:jline dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platform/cli/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/cli/build.gradle.kts b/platform/cli/build.gradle.kts index 62b5a928..dd8983f5 100644 --- a/platform/cli/build.gradle.kts +++ b/platform/cli/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { api("net.kyori:adventure-text-minimessage:5.2.0") implementation("net.kyori:adventure-text-serializer-ansi:5.2.0") api("com.electronwill.night-config:json:3.9.0") - implementation("org.jline:jline:4.3.1") + implementation("org.jline:jline:4.4.1") } tasks {