Upgrading Apache Commons Lang 3 from 3.7 to 3.8.1

This commit is contained in:
Will Herrmann
2018-10-10 17:36:31 -05:00
parent 013ced3d7c
commit df60fa3c86

View File

@ -825,7 +825,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>