diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle index 44ab5f75bfed2..7edc4def0b199 100644 --- a/plugins/repository-hdfs/build.gradle +++ b/plugins/repository-hdfs/build.gradle @@ -75,7 +75,7 @@ dependencies { api 'commons-collections:commons-collections:3.2.2' api 'org.apache.commons:commons-compress:1.23.0' api 'org.apache.commons:commons-configuration2:2.9.0' - api 'commons-io:commons-io:2.12.0' + api 'commons-io:commons-io:2.13.0' api 'org.apache.commons:commons-lang3:3.12.0' implementation 'com.google.re2j:re2j:1.7' api 'javax.servlet:servlet-api:2.5'