diff --git a/build.gradle b/build.gradle index 4610c16..df67aa6 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'org.json:json:20240303' implementation 'com.google.code.gson:gson:2.11.0' implementation 'commons-beanutils:commons-beanutils:1.9.4' - implementation 'commons-io:commons-io:2.16.1' + implementation 'commons-io:commons-io:2.17.0' implementation 'org.slf4j:slf4j-api:2.0.13' testImplementation 'junit:junit:4.13.2'