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 2021/08/01 09:14:00 UTC

[jena] branch main updated: Bump commons-csv from 1.8 to 1.9.0 (#1039)

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 f2ccd9c  Bump commons-csv from 1.8 to 1.9.0 (#1039)
f2ccd9c is described below

commit f2ccd9cd754652ac55777996060adc7f8a59485e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 1 10:13:56 2021 +0100

    Bump commons-csv from 1.8 to 1.9.0 (#1039)
    
    Bumps commons-csv from 1.8 to 1.9.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 4f77dae..5f6c258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <ver.commonscli>1.4</ver.commonscli>
     <ver.commonslang3>3.12.0</ver.commonslang3>
     <ver.commonsrdf>0.5.0</ver.commonsrdf>
-    <ver.commonscsv>1.8</ver.commonscsv>
+    <ver.commonscsv>1.9.0</ver.commonscsv>
     <ver.commons-codec>1.15</ver.commons-codec>
     <ver.commons-compress>1.21</ver.commons-compress>