Skip to content

Commit

Permalink
chore(deps): bump de.siegmar:fastcsv from 3.2.0 to 3.3.1
Browse files Browse the repository at this point in the history
Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/osiegmar/FastCSV/releases)
- [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md)
- [Commits](osiegmar/FastCSV@v3.2.0...v3.3.1)

---
updated-dependencies:
- dependency-name: de.siegmar:fastcsv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Sep 24, 2024
1 parent 5d89054 commit ebbb699
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 @@ -56,7 +56,7 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api'
compileOnly 'ch.qos.logback:logback-classic'

api 'de.siegmar:fastcsv:3.2.0'
api 'de.siegmar:fastcsv:3.3.1'
api ('org.apache.avro:avro:1.12.0') {
exclude group: 'com.fasterxml.jackson.core'
}
Expand Down

0 comments on commit ebbb699

Please sign in to comment.