From 144396d941f2b5ca4022eacdb95be82cd6ee7594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 04:54:46 +0000 Subject: [PATCH] Bump org.jline:jansi from 4.0.5 to 4.0.6 Bumps [org.jline:jansi](https://github.com/jline/jline3) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](https://github.com/jline/jline3/compare/4.0.5...4.0.6) --- updated-dependencies: - dependency-name: org.jline:jansi dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c74c11a..aa57b965 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { includeInJar "net.sf.jopt-simple:jopt-simple:5.0.4" includeInJar "org.apache.logging.log4j:log4j-core:2.25.3" includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3" - includeInJar "org.jline:jansi:4.0.5" + includeInJar "org.jline:jansi:4.0.6" includeInJar("com.mojang:authlib:6.0.58") { exclude group: "org.slf4j", module: "slf4j-api" }