From 56f3672dbd569091cbe2ec89f2df50fed8e374b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 00:19:14 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.3 Bumps org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 892d784..0e5f0d7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,9 @@ repositories { dependencies { implementation 'io.github.leanish:nullability:0.1.0-SNAPSHOT' implementation 'org.slf4j:slf4j-api:2.0.17' - implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' - implementation 'org.apache.logging.log4j:log4j-core:2.24.3' - implementation 'org.apache.logging.log4j:log4j-api:2.24.3' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.3' + implementation 'org.apache.logging.log4j:log4j-core:2.25.3' + implementation 'org.apache.logging.log4j:log4j-api:2.25.3' implementation 'com.github.spotbugs:spotbugs-annotations:4.9.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'