From aacdc1846cfc19afeb09136aec461d9c6881c745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 05:00:49 +0000 Subject: [PATCH] Bump org.jline:jansi from 4.1.2 to 4.1.3 Bumps [org.jline:jansi](https://github.com/jline/jline3) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](https://github.com/jline/jline3/compare/4.1.2...4.1.3) --- updated-dependencies: - dependency-name: org.jline:jansi dependency-version: 4.1.3 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 a5dacecc..34d141a1 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.26.0" includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0" - includeInJar "org.jline:jansi:4.1.2" + includeInJar "org.jline:jansi:4.1.3" includeInJar("com.mojang:authlib:6.0.58") { exclude group: "org.slf4j", module: "slf4j-api" }