diff --git a/build.gradle b/build.gradle index a84ebca6a..94f3be3d4 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { implementation "org.reflections:reflections:${reflectionsVersion}" implementation 'com.esotericsoftware.kryo:kryo5:5.5.0' - implementation('commons-io:commons-io:2.16.1'){ + implementation('commons-io:commons-io:2.17.0'){ exclude group: 'commons-logging', module: 'commons-logging' } implementation 'org.apache.commons:commons-text:1.12.0'