Skip to content

Commit

Permalink
Update dependency org.apache.commons:commons-lang3 to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 30, 2024
1 parent 5c9ca19 commit 309a04f
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 @@ -52,7 +52,7 @@ dependencies {
//noinspection GradlePackageUpdate
api 'commons-io:commons-io:2.16.1'
api 'net.dv8tion:JDA:5.1.0'
api 'org.apache.commons:commons-lang3:3.16.0'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'com.github.minndevelopment:jda-ktx:0.12.0'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VER"
//noinspection GradlePackageUpdate
Expand All @@ -65,7 +65,7 @@ dependencies {
// testImplementation "net.dv8tion:JDA:$JDA_VER"
testImplementation 'net.dv8tion:JDA:5.1.0'
testImplementation 'commons-io:commons-io:2.16.1'
testImplementation 'org.apache.commons:commons-lang3:3.16.0'
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
testImplementation 'com.github.minndevelopment:jda-ktx:0.12.0'

// testing libs
Expand Down

0 comments on commit 309a04f

Please sign in to comment.