Skip to content

Commit

Permalink
Update commons-lang to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Briggs committed Jan 23, 2018
1 parent 192e21a commit 8b38a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@

<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 8b38a20

Please sign in to comment.