Skip to content

Commit

Permalink
Bump opencsv from 5.7.0 to 5.7.1 (#72)
Browse files Browse the repository at this point in the history
Bumps opencsv from 5.7.0 to 5.7.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Oct 25, 2022
1 parent 8e36022 commit e035769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter'

jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.13.4'
jmh 'com.opencsv:opencsv:5.7.0'
jmh 'com.opencsv:opencsv:5.7.1'
jmh 'com.univocity:univocity-parsers:2.9.1'
jmh 'de.siegmar:fastcsv:2.2.0'
jmh 'net.sf.supercsv:super-csv:2.4.0'
Expand Down

0 comments on commit e035769

Please sign in to comment.