Skip to content

Commit

Permalink
Merge pull request #216 from gocd-contrib/dependabot/gradle/org.apach…
Browse files Browse the repository at this point in the history
…e.commons-commons-lang3-3.13.0

Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • Loading branch information
chadlwilson authored Jul 28, 2023
2 parents 89583ca + ab865d0 commit afa9a0c
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 @@ -71,7 +71,7 @@ subprojects { Project sub ->
because 'Transitive dependency of apache httpclient has reported vulnerabilities'
}
}
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'

testImplementation project.deps.gocdPluginApi
testImplementation 'org.mockito:mockito-core:5.4.0'
Expand Down

0 comments on commit afa9a0c

Please sign in to comment.