diff --git a/build.gradle b/build.gradle index 8dc2adc..a859c1e 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.15.0' + api 'commons-io:commons-io:2.15.1' api 'net.dv8tion:JDA:5.0.0-beta.18' api 'org.apache.commons:commons-lang3:3.14.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.18' - testImplementation 'commons-io:commons-io:2.15.0' + testImplementation 'commons-io:commons-io:2.15.1' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1'