From 9583c866dc683cd9a1e0e030f87585bc29011d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 04:22:10 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-api from 2.25.3 to 2.25.4 Bumps org.apache.logging.log4j:log4j-api from 2.25.3 to 2.25.4. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 56a5731..fe03306 100644 --- a/build.gradle +++ b/build.gradle @@ -34,9 +34,9 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.5.0-jre' - implementation 'org.apache.logging.log4j:log4j-api:2.25.3' - implementation 'org.apache.logging.log4j:log4j-core:2.25.3' - implementation 'org.apache.logging.log4j:log4j-jcl:2.25.3' + implementation 'org.apache.logging.log4j:log4j-api:2.25.4' + implementation 'org.apache.logging.log4j:log4j-core:2.25.4' + implementation 'org.apache.logging.log4j:log4j-jcl:2.25.4' testImplementation 'junit:junit:4.13.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:6.0.1'