diff --git a/build.gradle b/build.gradle index 549ebe12..2fbbecea 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'org.mockito:mockito-core:4.11.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' } test {