From 1d3b0d43c11c5e431de4a121cc720cde482ddb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:52:53 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.4 to 2.26.0 Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.4 to 2.26.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dd581e18..8b6242a2 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.25.4" - includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.25.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.0.14" includeInJar("com.mojang:authlib:6.0.58") { exclude group: "org.slf4j", module: "slf4j-api"