diff --git a/build.gradle b/build.gradle index 665f364..516601a 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { // Required to read InputStream with BOM-field // https://mvnrepository.com/artifact/commons-io/commons-io - implementation 'commons-io:commons-io:2.16.1' + implementation 'commons-io:commons-io:2.17.0' // Used to load MIME-types from JSON