This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new b728ca1b4d build(deps): bump commons-codec:commons-codec from 1.21.0
to 1.22.0 (#2538)
b728ca1b4d is described below
commit b728ca1b4d80db3a8d8952e2de961fdfa54159fd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 27 10:53:09 2026 +0200
build(deps): bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#2538)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.21.0 to 1.22.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.21.0...rel/commons-codec-1.22.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.22.0
dependency-type: direct:production
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 a56777a6e7..a9c3932715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<cmake.version>3.31.5-b1</cmake.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-cli.version>1.11.0</commons-cli.version>
- <commons-codec.version>1.21.0</commons-codec.version>
+ <commons-codec.version>1.22.0</commons-codec.version>
<commons-collections4.version>4.5.0</commons-collections4.version>
<commons-compress.version>1.28.0</commons-compress.version>
<commons-configuration2.version>2.14.0</commons-configuration2.version>