From 273d280b70a8f31196d14aa82e5cc4b2b53e2d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:55:40 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 Bumps org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pvpmanager/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvpmanager/build.gradle b/pvpmanager/build.gradle index 3ae76f06..ab149675 100644 --- a/pvpmanager/build.gradle +++ b/pvpmanager/build.gradle @@ -36,13 +36,13 @@ dependencies { compileOnly 'com.github.NEZNAMY:TAB-API:5.2.5' compileOnly 'com.zaxxer:HikariCP:4.0.3' - compileOnly 'org.apache.logging.log4j:log4j-core:2.25.3' + compileOnly 'org.apache.logging.log4j:log4j-core:2.25.4' implementation 'me.chancesd.sdutils:sdutils:1.4-SNAPSHOT' testImplementation 'org.xerial:sqlite-jdbc:3.46.0.0' testImplementation 'com.zaxxer:HikariCP:4.0.3' - testImplementation 'org.apache.logging.log4j:log4j-core:2.25.3' + testImplementation 'org.apache.logging.log4j:log4j-core:2.25.4' testImplementation 'org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT' }