From 694538aed0f5c63fa91c133561cae5e1acfa8bce Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 23 Apr 2025 19:44:41 +0000 Subject: [PATCH] commons-collections 4.5.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925238 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- poi-integration/build.gradle | 2 +- poi-ooxml/build.gradle | 2 +- poi/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 2539cb1f06..12c8f6611f 100644 --- a/build.xml +++ b/build.xml @@ -264,7 +264,7 @@ under the License. - + 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'