diff --git a/build.gradle b/build.gradle index ca2cfc6..d8a15eb 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.apache.commons:commons-text:1.12.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' - testImplementation 'commons-io:commons-io:2.16.1' + testImplementation 'commons-io:commons-io:2.17.0' testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion" testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.23.1' }