This is an automated email from the ASF dual-hosted git repository.
earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 7d512b4967 Bump commons-io:commons-io from 2.19.0 to 2.21.0 (#15862)
7d512b4967 is described below
commit 7d512b4967770262c447f107370525a5232bed44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 11:08:04 2025 +0800
Bump commons-io:commons-io from 2.19.0 to 2.21.0 (#15862)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from
2.19.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.19.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>
Co-authored-by: earthchen <[email protected]>
---
dubbo-dependencies-bom/pom.xml | 2 +-
dubbo-maven-plugin/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index fdd9e09de0..3a0a8a71e7 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -152,7 +152,7 @@
<logback_version>1.2.13</logback_version>
<!-- Fix the bug of log4j
refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.25.2</log4j2_version>
- <commons_io_version>2.19.0</commons_io_version>
+ <commons_io_version>2.21.0</commons_io_version>
<commons-codec_version>1.18.0</commons-codec_version>
<groovy_version>4.0.27</groovy_version>
diff --git a/dubbo-maven-plugin/pom.xml b/dubbo-maven-plugin/pom.xml
index 7d0910a034..34dca3ecda 100644
--- a/dubbo-maven-plugin/pom.xml
+++ b/dubbo-maven-plugin/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.19.0</version>
+ <version>2.21.0</version>
</dependency>
<!-- Takes no effect for this dependency. To notify github dependencies
bot to update ${protobuf-java.version} property. -->