Skip to content

Commit

Permalink
build(deps): bump commons-csv from 1.8 to 1.9.0 in /app (#4126)
Browse files Browse the repository at this point in the history
Bumps commons-csv from 1.8 to 1.9.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
  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] committed Aug 4, 2021
1 parent bc2d218 commit c43c63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -109,7 +109,7 @@ dependencies {
// Apache commons
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.commons:commons-text:1.9")
implementation("org.apache.commons:commons-csv:1.8")
implementation("org.apache.commons:commons-csv:1.9.0")
implementation("commons-validator:commons-validator:1.7")

// Serialization/Deserialization
Expand Down

0 comments on commit c43c63a

Please sign in to comment.