From 2f58a65286edfd058083c61ea346e2133842f8fd Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 25 Oct 2023 11:18:11 +0100 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 738c0a5..e02f274 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'commons-io:commons-io:2.14.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' - testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.0' + testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.1' } java {