From 6502733c318f2ca01c8120a0f611664e0de4be26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:02:02 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.3 to 2.25.4 Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.3 to 2.25.4. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.4 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 36498322..1f390047 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.21.0" 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.apache.logging.log4j:log4j-core:2.25.4" + includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4" includeInJar "org.jline:jansi:4.0.9" includeInJar("com.mojang:authlib:6.0.58") { exclude group: "org.slf4j", module: "slf4j-api"