You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/10 18:36:24 UTC

[streampipes] branch dev updated: Bump commons-csv from 1.4 to 1.10.0 (#1238)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8351fa0a7 Bump commons-csv from 1.4 to 1.10.0 (#1238)
8351fa0a7 is described below

commit 8351fa0a7c4939bef60db10a90f099eb7e388a7c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 10 19:36:18 2023 +0100

    Bump commons-csv from 1.4 to 1.10.0 (#1238)
    
    Bumps [commons-csv](https://github.com/apache/commons-csv) from 1.4 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.4...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>
---
 .../streampipes-processors-transformation-jvm/pom.xml                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml b/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml
index 4e9071a17..49f17ed96 100644
--- a/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml
+++ b/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-csv</artifactId>
-            <version>1.4</version>
+            <version>1.10.0</version>
         </dependency>