Skip to content

Commit

Permalink
Bump com.opencsv:opencsv from 5.8 to 5.9
Browse files Browse the repository at this point in the history
Bumps com.opencsv:opencsv from 5.8 to 5.9.

---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent b6d80e0 commit aa20103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

implementation("org.apache.poi:poi-ooxml:5.2.4")

implementation("com.opencsv:opencsv:5.8")
implementation("com.opencsv:opencsv:5.9")
}

tasks.withType<Test> {
Expand Down

0 comments on commit aa20103

Please sign in to comment.