Update tests from Apache Commons Lang 3.6 to 3.7.

This commit is contained in:
Gary Gregory 2017-12-27 16:11:46 -07:00
parent 5023b45c00
commit 9639ccb2fc
1 changed files with 1 additions and 1 deletions

View File

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