Update Apache Commons Lang 3.4 to 3.6.

This commit is contained in:
Gary Gregory 2017-06-14 22:51:02 -07:00
parent 3522de82cc
commit 3dc0605e7e
1 changed files with 1 additions and 1 deletions

View File

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