Update tests from Apache Commons Lang 3.7 to 3.8.

This commit is contained in:
Gary Gregory 2018-08-21 08:53:25 -06:00
parent 0dad34216c
commit 12ba7bd769
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
<version>3.8</version>
<scope>test</scope>
</dependency>
</dependencies>