Skip to content

Commit

Permalink
Bump com.opencsv:opencsv in /data-prepper-plugins/csv-processor
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 Dec 6, 2023
1 parent 824b72b commit 36e2dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/csv-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation project(':data-prepper-plugins:log-generator-source')
testImplementation project(':data-prepper-test-common')
testImplementation project(':data-prepper-plugins:common')
implementation 'com.opencsv:opencsv:5.8'
implementation 'com.opencsv:opencsv:5.9'
}

test {
Expand Down

0 comments on commit 36e2dbb

Please sign in to comment.