From 037931f7daca5661ad9ff98e0b9b5b93c2548cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:03:10 +0000 Subject: [PATCH] Bump de.siegmar:fastcsv from 2.2.2 to 4.1.0 Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 2.2.2 to 4.1.0. - [Release notes](https://github.com/osiegmar/FastCSV/releases) - [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md) - [Commits](https://github.com/osiegmar/FastCSV/compare/v2.2.2...v4.1.0) --- updated-dependencies: - dependency-name: de.siegmar:fastcsv dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03c65a6..f78c313 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ assertj = "3.27.3" commons = "1.14.0" commons-io = "2.20.0" -fastcsv = "2.2.2" +fastcsv = "4.1.0" fastdoubleparser = "2.0.1" immutables = "2.10.1" jackson = "2.19.1"