This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch commonscsv in repository https://gitbox.apache.org/repos/asf/jena.git
commit 4246960500b6a702c5853ed54413754874561077 Author: Andy Seaborne <[email protected]> AuthorDate: Sat Feb 8 10:54:27 2020 +0000 JENA-1839: Upgrade to Apache Commons CSV 1.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2ff1bd6..e7f4366 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <ver.commonscli>1.4</ver.commonscli> <ver.commonslang3>3.9</ver.commonslang3> <ver.commonsrdf>0.5.0</ver.commonsrdf> - <ver.commonscsv>1.7</ver.commonscsv> + <ver.commonscsv>1.8</ver.commonscsv> <ver.commons-codec>1.14</ver.commons-codec> <ver.commons-compress>1.19</ver.commons-compress>
