diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-07-14 15:49:49 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-07-14 15:49:49 +0000 |
commit | 1aa5124c7f03b56750429f992e8667b86086501b (patch) | |
tree | bf645421fb1f1e42d8d26c5d75a7a7b84f2262e9 /maven | |
parent | b31f1fd159f069e748fb0bddba41251039bbc433 (diff) | |
download | poi-1aa5124c7f03b56750429f992e8667b86086501b.tar.gz poi-1aa5124c7f03b56750429f992e8667b86086501b.zip |
upgrade commons-collections4 to 4.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/poi.pom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index efd24cfe0b..da2268759a 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.1</version> + <version>4.2</version> </dependency> </dependencies> |