diff --git a/build.gradle b/build.gradle index 7b4e9c6..e116aa2 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.15.1' testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion" - testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.1' + testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.23.0' } java {