diff --git a/build.gradle b/build.gradle index aed2b3c5..4e990fda 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'org.mockito:mockito-core:4.11.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' - testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.0' + testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.1' } test {