Skip to content

Commit

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

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • Loading branch information
chadlwilson authored Aug 9, 2024
2 parents bdf5d81 + 8233cc4 commit 9096bda
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 @@ -93,7 +93,7 @@ dependencies {
})
}

implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.15.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
implementation project.deps.cache2k
runtimeOnly group: 'org.cache2k', name: 'cache2k-core', version: project.versions.cache2k

Expand Down

0 comments on commit 9096bda

Please sign in to comment.