Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-configuration2 in /src (#…
Browse files Browse the repository at this point in the history
…1971)

Bumps org.apache.commons:commons-configuration2 from 2.8.0 to 2.9.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 610da06 commit ec1c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/common-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
exclude module: 'c3p0'
}

api('org.apache.commons:commons-configuration2:2.8.0') {
api('org.apache.commons:commons-configuration2:2.9.0') {
exclude group: 'org.apache.commons', module: 'commons-text'
}
api "org.apache.commons:commons-text:$commonsTextVersion"
Expand Down

0 comments on commit ec1c0d9

Please sign in to comment.