diff --git a/build.gradle b/build.gradle index d07f249..625be38 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.14.0' + api 'commons-io:commons-io:2.15.0' api 'net.dv8tion:JDA:5.0.0-beta.16' api 'org.apache.commons:commons-lang3:3.13.0' api 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1' @@ -64,7 +64,7 @@ dependencies { // testImplementation "net.dv8tion:JDA:$JDA_VER" testImplementation 'net.dv8tion:JDA:5.0.0-beta.16' - testImplementation 'commons-io:commons-io:2.14.0' + testImplementation 'commons-io:commons-io:2.15.0' testImplementation 'org.apache.commons:commons-lang3:3.13.0' testImplementation 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1'