This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 1e4eadef68 Bump commons-codec:commons-codec in the
apache-commons-group group
1e4eadef68 is described below
commit 1e4eadef683ddb0e60281ce1ee2d1b01c9c3793d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 00:22:59 2026 +0000
Bump commons-codec:commons-codec in the apache-commons-group group
Bumps the apache-commons-group group with 1 update:
[commons-codec:commons-codec](https://github.com/apache/commons-codec).
Updates `commons-codec: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
dependency-group: apache-commons-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4935cf1243..597f000cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<ver.commons-math4>4.0-beta1</ver.commons-math4>
<ver.commons-rdf>0.5.0</ver.commons-rdf>
<ver.commons-csv>1.14.1</ver.commons-csv>
- <ver.commons-codec>1.20.0</ver.commons-codec>
+ <ver.commons-codec>1.21.0</ver.commons-codec>
<ver.commons-compress>1.28.0</ver.commons-compress>
<ver.commons-collections>4.5.0</ver.commons-collections>
<ver.commons-fileupload>2.0.0-M4</ver.commons-fileupload>