Update tests from Apache Commons Lang from 3.8 to 3.8.1.

This commit is contained in:
Gary Gregory 2018-09-27 09:53:33 -06:00
parent 70187c3171
commit 13c539a50d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ CSV files of various types.
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.8</version> <version>3.8.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>