From 08321b436fc14ab438c9635c445daee34f6a6eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 05:44:33 +0000 Subject: [PATCH] build(deps): bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.10.0...rel/commons-csv-1.11.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e1e9ce..0f7fedf 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { // apache commons implementation 'commons-io:commons-io:2.16.1' - implementation 'org.apache.commons:commons-csv:1.10.0' + implementation 'org.apache.commons:commons-csv:1.11.0' implementation 'org.apache.commons:commons-math3:3.6.1' implementation 'org.apache.commons:commons-text:1.12.0'