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/09/27 15:53:36 UTC

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

Repository: commons-csv
Updated Branches:
  refs/heads/master 70187c317 -> 13c539a50


Update tests from Apache Commons Lang from 3.8 to 3.8.1.

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

Branch: refs/heads/master
Commit: 13c539a50db7aeabf40136936120f6156e120bcc
Parents: 70187c3
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Thu Sep 27 09:53:33 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Thu Sep 27 09:53:33 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/13c539a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6de64ca..edbee73 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.8</version>
+      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>