From e3cf30861130d10bc83e8cfa1d06bd335d67fce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:03:32 +0000 Subject: [PATCH 1/2] chore(deps): bump org.apache.commons:commons-csv from 1.11.0 to 1.14.0 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.11.0 to 1.14.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.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9423feba7..9a25a4ddaa 100644 --- a/pom.xml +++ b/pom.xml @@ -653,7 +653,7 @@ org.apache.commons commons-csv - 1.11.0 + 1.14.1 From b05f5fcd98d5c3cf46c2db78b70c314b80ab9372 Mon Sep 17 00:00:00 2001 From: karel rehor Date: Mon, 18 Aug 2025 10:33:35 +0200 Subject: [PATCH 2/2] docs: remove apache commons-io from example pom.xml --- examples/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index f417a8081b..8220ba571b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -155,11 +155,6 @@ ${influxdb-client.version} compile - - commons-io - commons-io - 2.16.1 - commons-cli commons-cli