diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-06-14 10:46:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-06-14 10:46:37 +0000 |
commit | 83624dd7f03bfdd482ab1575d88bf15889407145 (patch) | |
tree | 5e3e0acfe115e0f5d45f8f7f332f366f31220838 /sonar | |
parent | 31f17c5e99eb338a153c74f4484502746609a5d0 (diff) | |
download | poi-83624dd7f03bfdd482ab1575d88bf15889407145.tar.gz poi-83624dd7f03bfdd482ab1575d88bf15889407145.zip |
commons-io 2.10.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890768 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index b8b44e301a..00720b5eeb 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -126,7 +126,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>com.zaxxer</groupId> |