This is an automated email from the ASF dual-hosted git repository.
chenzhida pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new be0e2ee2a Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#5035)
be0e2ee2a is described below
commit be0e2ee2a4a30162595cb19c16e1e55b6797b7b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 3 17:23:59 2025 +0800
Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#5035)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from
2.20.0 to 2.21.0.
-
[Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dependencies/default/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 438f6aeef..70ce6c642 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -36,7 +36,7 @@
<awaitility.version>4.3.0</awaitility.version>
<brave.version>6.3.0</brave.version>
<commons-beanutils.version>1.11.0</commons-beanutils.version>
- <commons-io.version>2.20.0</commons-io.version>
+ <commons-io.version>2.21.0</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.19.0</commons-lang3.version>
<commons-logging.version>1.3.5</commons-logging.version>