Skip to content

Commit

Permalink
[api]: Bump de.siegmar:fastcsv from 2.2.2 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 2.2.2 to 3.0.0.
- [Release notes](https://github.com/osiegmar/FastCSV/releases)
- [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md)
- [Commits](osiegmar/FastCSV@v2.2.2...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Feb 1, 2024
1 parent d480874 commit 9d33871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencyResolutionManagement {
library("netty-transport", "io.netty:netty-transport:4.1.106.Final")
library("netty-codec", "io.netty:netty-codec:4.1.106.Final")
library("xml", "com.fasterxml:aalto-xml:1.3.2")
library("csv", "de.siegmar:fastcsv:2.2.2")
library("csv", "de.siegmar:fastcsv:3.0.0")
library("apache-lang3", "org.apache.commons:commons-lang3:3.14.0")
library("apache-codec", "commons-codec:commons-codec:1.16.0")
library("apache-collections", "org.apache.commons:commons-collections4:4.4")
Expand Down

0 comments on commit 9d33871

Please sign in to comment.