Update tests from Apache Commons Lang 3.7 to 3.8.

This commit is contained in:
Gary Gregory 2018-08-21 09:07:58 -06:00
parent 768f656c43
commit 47dbc8fd1e
1 changed files with 1 additions and 1 deletions

View File

@ -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>