From b8fc144ef05ecbace805101383991637e58a42b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:53:56 +0000 Subject: [PATCH] chore(deps): bump the apache-commons group with 6 updates Bumps the apache-commons group with 6 updates: | Package | From | To | | --- | --- | --- | | commons-io:commons-io | `2.14.0` | `2.22.0` | | org.apache.commons:commons-configuration2 | `2.10.1` | `2.14.0` | | org.apache.commons:commons-lang3 | `3.18.0` | `3.20.0` | | org.apache.commons:commons-collections4 | `4.2` | `4.5.0` | | [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.4` | `1.14.1` | | [commons-validator:commons-validator](https://github.com/apache/commons-validator) | `1.6` | `1.10.1` | Updates `commons-io:commons-io` from 2.14.0 to 2.22.0 Updates `org.apache.commons:commons-configuration2` from 2.10.1 to 2.14.0 Updates `org.apache.commons:commons-lang3` from 3.18.0 to 3.20.0 Updates `org.apache.commons:commons-collections4` from 4.2 to 4.5.0 Updates `org.apache.commons:commons-csv` from 1.4 to 1.14.1 - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.4...rel/commons-csv-1.14.1) Updates `commons-validator:commons-validator` from 1.6 to 1.10.1 - [Changelog](https://github.com/apache/commons-validator/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-validator/commits/rel/commons-validator-1.10.1) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apache-commons - dependency-name: org.apache.commons:commons-configuration2 dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apache-commons - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apache-commons - dependency-name: org.apache.commons:commons-collections4 dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apache-commons - dependency-name: org.apache.commons:commons-csv dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apache-commons - dependency-name: commons-validator:commons-validator dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apache-commons ... Signed-off-by: dependabot[bot] --- platform-core/platform-common/pom.xml | 4 ++-- platform-core/schema-validator/pom.xml | 2 +- platform-modules/mimetype-manager/pom.xml | 2 +- pom.xml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/platform-core/platform-common/pom.xml b/platform-core/platform-common/pom.xml index 8f2a74403..349bf6a37 100644 --- a/platform-core/platform-common/pom.xml +++ b/platform-core/platform-common/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-collections4 - 4.2 + 4.5.0 com.moparisthebest @@ -67,7 +67,7 @@ org.apache.commons commons-csv - 1.4 + 1.14.1 com.mashape.unirest diff --git a/platform-core/schema-validator/pom.xml b/platform-core/schema-validator/pom.xml index 4379d830d..0d105bf02 100644 --- a/platform-core/schema-validator/pom.xml +++ b/platform-core/schema-validator/pom.xml @@ -26,7 +26,7 @@ org.apache.commons commons-collections4 - 4.4 + 4.5.0 org.sunbird diff --git a/platform-modules/mimetype-manager/pom.xml b/platform-modules/mimetype-manager/pom.xml index d21f4a3a3..a4b644b0b 100644 --- a/platform-modules/mimetype-manager/pom.xml +++ b/platform-modules/mimetype-manager/pom.xml @@ -72,7 +72,7 @@ commons-validator commons-validator - 1.6 + 1.10.1 com.google.guava diff --git a/pom.xml b/pom.xml index 4f28fa3cb..adafea029 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ commons-io commons-io - 2.14.0 + 2.22.0 commons-beanutils @@ -100,7 +100,7 @@ org.apache.commons commons-configuration2 - 2.10.1 + 2.14.0 org.apache.ivy @@ -120,7 +120,7 @@ org.apache.commons commons-lang3 - 3.18.0 + 3.20.0