Skip to content

Commit

Permalink
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#593)
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent c8b94a0 commit 8295f68
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 @@ -70,7 +70,7 @@ subprojects {
implementation('commons-io:commons-io:2.16.1'){
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation 'org.apache.commons:commons-text:1.11.0'
implementation 'org.apache.commons:commons-text:1.12.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'

//java 10 no longer has these included by default, so explicit dependency is needed.
Expand Down

0 comments on commit 8295f68

Please sign in to comment.