diff --git a/build.gradle b/build.gradle index 543d2e6..8d132fb 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.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' - testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.1' + testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.0' } java {