Update tests from Apache Commmons Lang 3.8.1 to 3.9.

This commit is contained in:
Gary Gregory 2019-04-14 20:26:30 -04:00
parent 7c1a3fab64
commit 01e7e384ac
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.8.1</version>
<version>3.9</version>
<scope>test</scope>
</dependency>
<dependency>