This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 628dcbfcc6 Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
(#15057)
628dcbfcc6 is described below
commit 628dcbfcc68657417fa11948d61f42df3edca0d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 19 22:33:00 2025 +0800
Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 (#15057)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.17.1 to 1.17.2.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 f52b52ec8d..d625b9edb6 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -152,7 +152,7 @@
<!-- Fix the bug of log4j
refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.24.3</log4j2_version>
<commons_io_version>2.18.0</commons_io_version>
- <commons-codec_version>1.17.1</commons-codec_version>
+ <commons-codec_version>1.17.2</commons-codec_version>
<groovy_version>4.0.24</groovy_version>
<!-- Test libs -->