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 a70500e commit 8a27d94
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 @@ -69,12 +69,12 @@ dependencies {
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'com.google.code.gson:gson:2.11.0'
compileOnly 'org.apache.commons:commons-text:1.12.0'
compileOnly 'org.apache.commons:commons-lang3:3.16.0'
compileOnly 'org.apache.commons:commons-lang3:3.17.0'

// testing libs
testImplementation 'commons-io:commons-io:2.16.1'
testImplementation 'com.charleskorn.kaml:kaml:0.59.0'
testImplementation 'org.apache.commons:commons-lang3:3.16.0'
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
testImplementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.25'
testImplementation 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT'
testImplementation 'com.google.code.gson:gson:2.11.0'
Expand Down

0 comments on commit 8a27d94

Please sign in to comment.