Skip to content

Commit

Permalink
Merge pull request #410 from Limess/409/update-commons-lang
Browse files Browse the repository at this point in the history
Update commons-lang to 3.7
  • Loading branch information
kohsuke authored Mar 1, 2018
2 parents 5dfd621 + 8b38a20 commit e233aee
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 e233aee

Please sign in to comment.