Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 from 3.10 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.10 to 3.16.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent c9b3dcc commit 11675b8
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 @@ -163,7 +163,7 @@ dependencies {
// Apache Commons (Apache 2.0)
implementation group: 'commons-transaction', name: 'commons-transaction', version: '1.2'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.14'
// Google GUAVA (Apache 2.0)
implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'
Expand Down

0 comments on commit 11675b8

Please sign in to comment.