diff --git a/build.gradle b/build.gradle index 72f51e3..32029f1 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.15.1' 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' } java {