Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.18.0 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 6ed9a3b commit 1fce2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
compileOnly 'org.openjdk.nashorn:nashorn-core:15.4'

//noinspection GradlePackageUpdate
api 'commons-io:commons-io:2.17.0'
api 'commons-io:commons-io:2.18.0'
api 'net.dv8tion:JDA:5.2.1'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'com.github.minndevelopment:jda-ktx:0.12.0'
Expand All @@ -64,7 +64,7 @@ dependencies {

// testImplementation "net.dv8tion:JDA:$JDA_VER"
testImplementation 'net.dv8tion:JDA:5.2.1'
testImplementation 'commons-io:commons-io:2.17.0'
testImplementation 'commons-io:commons-io:2.18.0'
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
testImplementation 'com.github.minndevelopment:jda-ktx:0.12.0'

Expand Down

0 comments on commit 1fce2f1

Please sign in to comment.