This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 26fc000596 Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
(#2574)
26fc000596 is described below
commit 26fc00059605252527e95ed0be974b2aeb3e284d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 09:24:02 2026 +0100
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#2574)
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: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>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c9e98b3d4f..06e8529edd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -329,7 +329,7 @@
<brotli.version>0.1.2</brotli.version>
<c3p0.version>0.11.2</c3p0.version>
<commons.cli.version>1.11.0</commons.cli.version>
- <commons.codec.version>1.20.0</commons.codec.version>
+ <commons.codec.version>1.21.0</commons.codec.version>
<commons.collections4.version>4.5.0</commons.collections4.version>
<commons.compress.version>1.28.0</commons.compress.version>
<commons.csv.version>1.14.1</commons.csv.version>