diff options
-rw-r--r-- | poi-integration/build.gradle | 2 | ||||
-rw-r--r-- | poi-ooxml/build.gradle | 2 | ||||
-rw-r--r-- | poi/build.gradle | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index f9a1e84950..e36681a723 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -40,7 +40,7 @@ sourceSets { dependencies { testImplementation 'org.apache.ant:ant:1.10.15' - testImplementation 'org.apache.commons:commons-collections4:4.4' + testImplementation 'org.apache.commons:commons-collections4:4.5.0' testImplementation 'com.google.guava:guava:33.3.0-jre' misc(project(':poi-ooxml')) { diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index aa7946cb7c..375ae4f5ba 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -64,7 +64,7 @@ dependencies { api "commons-io:commons-io:${commonsIoVersion}" api 'com.github.virtuald:curvesapi:1.08' api "org.apache.logging.log4j:log4j-api:${log4jVersion}" - api 'org.apache.commons:commons-collections4:4.4' + api 'org.apache.commons:commons-collections4:4.5.0' signingImplementation "org.apache.santuario:xmlsec:${xmlSecVersion}" signingImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}" diff --git a/poi/build.gradle b/poi/build.gradle index b755139a1d..2b1076840e 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -37,7 +37,7 @@ sourceSets { dependencies { api "commons-codec:commons-codec:${commonsCodecVersion}" - api 'org.apache.commons:commons-collections4:4.4' + api 'org.apache.commons:commons-collections4:4.5.0' api "org.apache.commons:commons-math3:${commonsMathVersion}" api "commons-io:commons-io:${commonsIoVersion}" api 'com.zaxxer:SparseBitSet:1.3' |