From e6a9649203082169927d1b4718116c66f7bdb127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:52:45 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-core from 2.26.0 to 2.26.1 Bumps org.apache.logging.log4j:log4j-core from 2.26.0 to 2.26.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 95a8af81..209b4975 100644 --- a/build.gradle +++ b/build.gradle @@ -64,8 +64,8 @@ dependencies { includeInJar "org.apache.commons:commons-lang3:3.20.0" includeInJar "commons-io:commons-io:2.22.0" 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.apache.logging.log4j:log4j-core:2.26.1" + includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.26.1" includeInJar "org.jline:jansi:4.3.1" includeInJar("com.mojang:authlib:6.0.58") { exclude group: "org.slf4j", module: "slf4j-api"