From 8fae271f8d32af08d95d35c01ea3d827819048c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:17:21 +0000 Subject: [PATCH] Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.11.0 to 1.12.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.11.0...rel/commons-csv-1.12.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] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index accef77..f8d151f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version> <!-- Dependency properties --> - <commons-csv.version>1.11.0</commons-csv.version> + <commons-csv.version>1.12.0</commons-csv.version> <guava.version>33.3.0-jre</guava.version> <node.version>v18.19.0</node.version> <npm.version>10.2.3</npm.version>