Skip to content

Commit

Permalink
Bump com.opencsv:opencsv in /data-prepper-plugins/csv-processor (open…
Browse files Browse the repository at this point in the history
…search-project#3750)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent c0b1b34 commit f0d3435
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 f0d3435

Please sign in to comment.