This is an automated email from the ASF dual-hosted git repository.
albumenj 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 fd8872492b Bump commons-codec:commons-codec from 1.16.0 to 1.17.1
(#14711)
fd8872492b is described below
commit fd8872492b42f7537ba50499136fa536c748ff88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 27 17:07:07 2024 +0800
Bump commons-codec:commons-codec from 1.16.0 to 1.17.1 (#14711)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.16.0 to 1.17.1.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.17.1)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
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 657d3b16d7..5a78a2bca6 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -150,7 +150,7 @@
<!-- Fix the bug of log4j
refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.24.0</log4j2_version>
<commons_io_version>2.17.0</commons_io_version>
- <commons-codec_version>1.16.0</commons-codec_version>
+ <commons-codec_version>1.17.1</commons-codec_version>
<groovy_version>4.0.23</groovy_version>
<!-- Test libs -->