Skip to content

Commit

Permalink
Upgrade Apache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcaseybot committed Mar 23, 2021
1 parent 874e0a5 commit 14a07af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ task createClasspathManifest {
dependencies {
compile localGroovy()
compile gradleApi()
compile 'org.apache.commons:commons-lang3:3.4'
compile 'org.apache.commons:commons-lang3:3.5'

testCompile gradleTestKit()
testCompile('org.spockframework:spock-core:1.0-groovy-2.4') {
Expand Down

0 comments on commit 14a07af

Please sign in to comment.