Skip to content

Commit

Permalink
[api]: 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 tiagohm committed Oct 1, 2024
1 parent e0b0e56 commit 9967803
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.113.Final")
library("netty-codec", "io.netty:netty-codec:4.1.113.Final")
library("xml", "com.fasterxml:aalto-xml:1.3.3")
library("csv", "de.siegmar:fastcsv:3.2.0")
library("csv", "de.siegmar:fastcsv:3.3.1")
library("apache-lang3", "org.apache.commons:commons-lang3:3.17.0")
library("apache-codec", "commons-codec:commons-codec:1.17.1")
library("apache-collections", "org.apache.commons:commons-collections4:4.4")
Expand Down

0 comments on commit 9967803

Please sign in to comment.