Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent 12eb3c7 commit d94e176
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.11.0'
api 'commons-io:commons-io:2.12.0'
api 'net.dv8tion:JDA:5.0.0-beta.9'
api 'org.apache.commons:commons-lang3:3.12.0'
api 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT'
Expand All @@ -65,7 +65,7 @@ dependencies {

// testImplementation "net.dv8tion:JDA:$JDA_VER"
testImplementation 'net.dv8tion:JDA:5.0.0-beta.9'
testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'commons-io:commons-io:2.12.0'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT'
testImplementation 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1'
Expand Down

0 comments on commit d94e176

Please sign in to comment.