You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/03/01 07:43:10 UTC

[jena] branch main updated: Bump commons-csv from 1.9.0 to 1.10.0

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 103835f543 Bump commons-csv from 1.9.0 to 1.10.0
103835f543 is described below

commit 103835f543628130a83fc192b569eb9969005969
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 1 00:59:52 2023 +0000

    Bump commons-csv from 1.9.0 to 1.10.0
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3936f2856b..924d440f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <ver.commonscli>1.5.0</ver.commonscli>
     <ver.commonslang3>3.12.0</ver.commonslang3>
     <ver.commonsrdf>0.5.0</ver.commonsrdf>
-    <ver.commonscsv>1.9.0</ver.commonscsv>
+    <ver.commonscsv>1.10.0</ver.commonscsv>
     <ver.commons-codec>1.15</ver.commons-codec>
     <ver.commons-compress>1.22</ver.commons-compress>
     <ver.commons-collections>4.4</ver.commons-collections>