This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 c5677630971 Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0
(#14114)
c5677630971 is described below
commit c56776309716167fe36bcc61f350e847f9e61052
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 13 09:17:03 2024 +0200
Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 (#14114)
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:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 ad3fe5f6fcb..3006b8d9339 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -104,7 +104,7 @@
<commons-collections-version>3.2.2</commons-collections-version>
<commons-collections4-version>4.4</commons-collections4-version>
<commons-compress-version>1.26.1</commons-compress-version>
- <commons-csv-version>1.10.0</commons-csv-version>
+ <commons-csv-version>1.11.0</commons-csv-version>
<commons-cli-version>1.4</commons-cli-version>
<commons-dbcp-version>1.4</commons-dbcp-version>
<commons-dbcp2-version>2.12.0</commons-dbcp2-version>