From bc637696c5c0aa0590a112296042cf820595d557 Mon Sep 17 00:00:00 2001 From: Terry Ebdon <47636739+TerryEbdon@users.noreply.github.com> Date: Mon, 4 May 2026 14:19:30 +0100 Subject: [PATCH] Bump Log4j from 2.25.3 to 2.25.4 Fixes #62 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 16e058f..7352437 100644 --- a/build.gradle +++ b/build.gradle @@ -33,9 +33,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:5.14.1'