This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push: new f0cf9344da build(deps): bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 (#1973) f0cf9344da is described below commit f0cf9344da35217cce8d1ba3c6c3c8ff100ab0b0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 13 10:21:21 2025 +0100 build(deps): bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 (#1973) Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.12.0 to 1.13.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.12.0...rel/commons-csv-1.13.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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78dc6ec254..e462685f5c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ <commons-math3.version>3.6.1</commons-math3.version> <commons-net.version>3.11.1</commons-net.version> <commons-text.version>1.13.0</commons-text.version> - <commons-csv.version>1.12.0</commons-csv.version> + <commons-csv.version>1.13.0</commons-csv.version> <dom4j.version>2.1.4</dom4j.version> <equalsverifier.version>3.18.1</equalsverifier.version> <!-- It seems freemarker 2.3.32 was the last to support Java 11, 2.3.33 requires Java 16 -->