diff --git a/build.gradle b/build.gradle index 78ded12..9dfa6f5 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { compileOnly 'org.openjdk.nashorn:nashorn-core:15.4' //noinspection GradlePackageUpdate - api 'commons-io:commons-io:2.16.1' + api 'commons-io:commons-io:2.17.0' api 'net.dv8tion:JDA:5.1.0' api 'org.apache.commons:commons-lang3:3.17.0' api 'com.github.minndevelopment:jda-ktx:0.12.0' @@ -64,7 +64,7 @@ dependencies { // testImplementation "net.dv8tion:JDA:$JDA_VER" testImplementation 'net.dv8tion:JDA:5.1.0' - testImplementation 'commons-io:commons-io:2.16.1' + testImplementation 'commons-io:commons-io:2.17.0' testImplementation 'org.apache.commons:commons-lang3:3.17.0' testImplementation 'com.github.minndevelopment:jda-ktx:0.12.0'