This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 3c659ecd0 Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#812)
3c659ecd0 is described below
commit 3c659ecd0b8be87d8e60d437da1c08d7a170da1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 10 06:11:21 2025 -0500
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#812)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.19.0 to 1.20.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.19.0...rel/commons-codec-1.20.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.20.0
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a64102d16..4412e13df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@ file comparators, endian transformation classes, and much
more.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.19.0</version>
+ <version>1.20.0</version>
<scope>test</scope>
</dependency>
<dependency>