This is an automated email from the ASF dual-hosted git repository.

rainyu 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 bc4b0bb4bd build(deps): bump commons-codec:commons-codec from 1.20.0 
to 1.21.0 (#16065)
bc4b0bb4bd is described below

commit bc4b0bb4bdbf06c9068e3650be11fd747adfe5d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 13:47:26 2026 +0800

    build(deps): bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#16065)
    
    Bumps 
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from 
1.20.0 to 1.21.0.
    - 
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: commons-codec:commons-codec
      dependency-version: 1.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>
---
 dubbo-dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 2e86571b85..ff1cd8e31a 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -153,7 +153,7 @@
     <!-- Fix the bug of log4j 
refer:https://github.com/apache/logging-log4j2/pull/608 -->
     <log4j2_version>2.25.3</log4j2_version>
     <commons_io_version>2.21.0</commons_io_version>
-    <commons-codec_version>1.20.0</commons-codec_version>
+    <commons-codec_version>1.21.0</commons-codec_version>
     <groovy_version>4.0.30</groovy_version>
 
     <!-- Test libs -->

Reply via email to