Skip to content

Commit

Permalink
Merge pull request #25 from apache/test
Browse files Browse the repository at this point in the history
[MSITE-859] update apache commons lang and IO
  • Loading branch information
elharo committed May 24, 2020
2 parents 0f2afec + 0a6f830 commit c987958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,13 +494,13 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.8.1</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>

<!-- test -->
Expand Down

0 comments on commit c987958

Please sign in to comment.