You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/07 08:11:35 UTC

[camel] branch main updated: Upgrade commons-csv 1.10.0

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 69b46d25b58 Upgrade commons-csv 1.10.0
69b46d25b58 is described below

commit 69b46d25b58e513dc96f8337dfe1ee9b4500731b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 7 10:11:26 2023 +0200

    Upgrade commons-csv 1.10.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ba0b535526b..2aa20730d18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -99,7 +99,7 @@
         <commons-compress-version>1.21</commons-compress-version>
         <commons-configuration-version>1.9</commons-configuration-version>
         <commons-configuration2-version>2.8.0</commons-configuration2-version>
-        <commons-csv-version>1.8</commons-csv-version>
+        <commons-csv-version>1.10.0</commons-csv-version>
         <commons-cli-version>1.4</commons-cli-version>
         <commons-dbcp-version>1.4</commons-dbcp-version>
         <commons-dbcp2-version>2.9.0</commons-dbcp2-version>