From 73db7de7c949e59f46fc26c057a4ddf82cceef86 Mon Sep 17 00:00:00 2001 From: Terry Ebdon <47636739+TerryEbdon@users.noreply.github.com> Date: Mon, 4 May 2026 11:54:39 +0100 Subject: [PATCH] Bump Log4j from 2.25.3 to 2.25.4 Fixes #100 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6669816..c4722d5 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'