From 04ac061e9a7d406534762a9ea9ea58582b94f278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:11:02 +0000 Subject: [PATCH] Bump de.siegmar:fastcsv from 2.2.2 to 3.1.0 Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 2.2.2 to 3.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...v3.1.0) --- updated-dependencies: - dependency-name: de.siegmar:fastcsv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8dbee69f..9344d0c8 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.16.2' jmh 'com.opencsv:opencsv:5.9' jmh 'com.univocity:univocity-parsers:2.9.1' - jmh 'de.siegmar:fastcsv:2.2.2' + jmh 'de.siegmar:fastcsv:3.1.0' jmh 'net.sf.supercsv:super-csv:2.4.0' jmh 'org.apache.commons:commons-csv:1.10.0' jmh 'org.simpleflatmapper:sfm-csv:8.2.3'