You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/02/06 16:11:32 UTC

[plc4x] branch develop updated: build(deps): bump commons-csv from 1.9.0 to 1.10.0 (#779)

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 ee76133310 build(deps): bump commons-csv from 1.9.0 to 1.10.0 (#779)
ee76133310 is described below

commit ee76133310d52057d40be37033bedd6e547cc17e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 17:11:26 2023 +0100

    build(deps): bump commons-csv from 1.9.0 to 1.10.0 (#779)
    
    Bumps [commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/apache/commons-csv/releases)
    - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.9.0...rel/commons-csv-1.10.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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 82b71e7b46..9abf220b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <commons-net.version>3.9.0</commons-net.version>
     <commons-pool2.version>2.11.1</commons-pool2.version>
     <commons-text.version>1.10.0</commons-text.version>
-    <commons-csv.version>1.9.0</commons-csv.version>
+    <commons-csv.version>1.10.0</commons-csv.version>
     <dom4j.version>2.1.4</dom4j.version>
     <equalsverifier.version>3.13</equalsverifier.version>
     <freemarker.version>2.3.32</freemarker.version>