mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
commons-io 2.10.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31f17c5e99
commit
83624dd7f0
@ -103,7 +103,7 @@ subprojects {
|
||||
bouncyCastleVersion = '1.68'
|
||||
commonsCodecVersion = '1.15'
|
||||
commonsCompressVersion = '1.20'
|
||||
commonsIoVersion = '2.8.0'
|
||||
commonsIoVersion = '2.10.0'
|
||||
commonsMathVersion = '3.6.1'
|
||||
junitVersion = '5.7.1'
|
||||
log4jVersion = '2.14.0'
|
||||
|
||||
@ -266,7 +266,7 @@ under the License.
|
||||
<dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.15" usage="main"/>
|
||||
<dependency prefix="main.commons-collections4" artifact="org.apache.commons:commons-collections4:4.4" usage="main"/>
|
||||
<dependency prefix="main.commons-math3" artifact="org.apache.commons:commons-math3:3.6.1" usage="main"/>
|
||||
<dependency prefix="main.commons-io" artifact="commons-io:commons-io:2.8.0" usage="main"/>
|
||||
<dependency prefix="main.commons-io" artifact="commons-io:commons-io:2.10.0" usage="main"/>
|
||||
<dependency prefix="main.com.zaxxer" artifact="com.zaxxer:SparseBitSet:1.2" usage="main"/>
|
||||
<dependency prefix="main.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.14.0" usage="main"/>
|
||||
|
||||
|
||||
@ -79,7 +79,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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user