You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/21 15:08:01 UTC

commons-csv git commit: Update tests from Apache Commons Lang 3.7 to 3.8.

Repository: commons-csv
Updated Branches:
  refs/heads/master 768f656c4 -> 47dbc8fd1


Update tests from Apache Commons Lang 3.7 to 3.8.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/47dbc8fd
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/47dbc8fd
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/47dbc8fd

Branch: refs/heads/master
Commit: 47dbc8fd1e1bdad8970c804e4ecde2ed3af07784
Parents: 768f656
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Aug 21 09:07:58 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Aug 21 09:07:58 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/47dbc8fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3beeffc..f9491cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ CSV files of various types.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>