diff --git a/build.gradle b/build.gradle index a5ee7eb..fcf8d78 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.16.2' implementation 'in.wilsonl.minifyhtml:minify-html:0.10.8' - implementation 'commons-io:commons-io:2.14.0' + implementation 'commons-io:commons-io:2.15.0' implementation 'com.google.javascript:closure-compiler:v20230802' implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' implementation 'org.graalvm.js:js:22.3.4'