This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 9633c2d78 Bump commons-codec:commons-codec from 1.22.0 to 1.22.1
9633c2d78 is described below
commit 9633c2d78127708016dcd3e1ceb17b86a39567d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 31 03:52:51 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:development
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 b9c45c1e4..5abda086f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.22.0</version>
+ <version>1.22.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>