Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformats-text) from 2.16.2 to 2.17.0.
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.2...jackson-dataformats-text-2.17.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Mar 13, 2024
1 parent 193c6c5 commit 56d677f
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
@@ -46,7 +46,7 @@ dependencies {
testImplementation(platform('org.junit:junit-bom:5.10.2'))
testImplementation 'org.junit.jupiter:junit-jupiter'

jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.16.2'
jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.17.0'
jmh 'com.opencsv:opencsv:5.9'
jmh 'com.univocity:univocity-parsers:2.9.1'
jmh 'de.siegmar:fastcsv:2.2.2'

0 comments on commit 56d677f

Please sign in to comment.