aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-23 14:04:52 +0000
committerGitHub <noreply@github.com>2025-04-23 14:04:52 +0000
commitdeaebce7e2610cc5e656c213dd03aadeb24c70c7 (patch)
treef67673516c1fa11a374944288f65c202efe3947d
parentf9e692aa5d4737bf0da5c23d4918508970fd3ef2 (diff)
downloadpoi-dependabot/gradle/org.apache.commons-commons-collections4-4.5.0.tar.gz
poi-dependabot/gradle/org.apache.commons-commons-collections4-4.5.0.zip
Bump org.apache.commons:commons-collections4 from 4.4 to 4.5.0dependabot/gradle/org.apache.commons-commons-collections4-4.5.0
Bumps org.apache.commons:commons-collections4 from 4.4 to 4.5.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-collections4 dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--poi-integration/build.gradle2
-rw-r--r--poi-ooxml/build.gradle2
-rw-r--r--poi/build.gradle2
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'