Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Goooler committed Jul 27, 2024
1 parent 41f2f1d commit 074980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
}
testImplementation 'org.spockframework:spock-junit4:2.3-groovy-3.0'
testImplementation 'xmlunit:xmlunit:1.6'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'org.apache.commons:commons-lang3:3.15.0'
testImplementation 'com.google.guava:guava:33.2.1-jre'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.3'
Expand Down

0 comments on commit 074980a

Please sign in to comment.