Skip to content

Commit

Permalink
Merge pull request #361 from gocd/dependabot/gradle/org.apache.common…
Browse files Browse the repository at this point in the history
…s-commons-lang3-3.17.0

Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • Loading branch information
chadlwilson committed Aug 31, 2024
2 parents c246592 + d019b5d commit 32c7c5c
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 @@ -76,7 +76,7 @@ dependencies {
exclude(module: 'checker-qual')
exclude(module: 'jsr305')
}
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
implementation group: 'joda-time', name: 'joda-time', version: '2.12.7'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'

Expand Down

0 comments on commit 32c7c5c

Please sign in to comment.