diff --git a/build.gradle b/build.gradle index f9ce9b8..42649c3 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'commons-io:commons-io:2.18.0' testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion" - testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.24.2' + testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.24.3' } java {