This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 0c86d0c1396 chore(deps-dev): Bump org.apache.commons:commons-csv (#16789) 0c86d0c1396 is described below commit 0c86d0c13965b6112be50126c9eaaa9ad30f1de3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 13 09:14:36 2025 +0100 chore(deps-dev): Bump org.apache.commons:commons-csv (#16789) 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:development 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> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 48b74b4cdbe..0801b3138a8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -106,7 +106,7 @@ <commons-collections-version>3.2.2</commons-collections-version> <commons-collections4-version>4.4</commons-collections4-version> <commons-compress-version>1.27.1</commons-compress-version> - <commons-csv-version>1.12.0</commons-csv-version> + <commons-csv-version>1.13.0</commons-csv-version> <commons-cli-version>1.4</commons-cli-version> <commons-dbcp-version>1.4</commons-dbcp-version> <commons-dbcp2-version>2.13.0</commons-dbcp2-version>