This is an automated email from the ASF dual-hosted git repository.
rvesse 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 8b94638d8e Bump commons-codec:commons-codec from 1.22.0 to 1.22.1
8b94638d8e is described below
commit 8b94638d8e3dbd15e84b03d4c9350835d4a83311
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 00:15:53 2026 +0000
Bump commons-codec:commons-codec from 1.22.0 to 1.22.1
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.22.0 to 1.22.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.22.0...rel/commons-codec-1.22.1)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.22.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 35bb262973..95bca692a8 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.22.0</ver.commons-codec>
+ <ver.commons-codec>1.22.1</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-M5</ver.commons-fileupload>