This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d5b71582e67c chore(deps): Bump commons-codec:commons-codec from 1.22.0
to 1.22.1 (#25258)
d5b71582e67c is described below
commit d5b71582e67cf0821d05ae59b6a2c25e870cd4e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 08:19:47 2026 +0200
chore(deps): Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (#25258)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dsl/camel-jbang/camel-launcher/pom.xml
b/dsl/camel-jbang/camel-launcher/pom.xml
index c9ce89a025d6..e21782a17c29 100644
--- a/dsl/camel-jbang/camel-launcher/pom.xml
+++ b/dsl/camel-jbang/camel-launcher/pom.xml
@@ -58,7 +58,7 @@
<javax-inject-version>1</javax-inject-version>
<httpclient-version>4.5.14</httpclient-version>
<httpcore-version>4.4.16</httpcore-version>
- <commons-codec-version>1.22.0</commons-codec-version>
+ <commons-codec-version>1.22.1</commons-codec-version>
<jcl-over-slf4j-version>${slf4j-version}</jcl-over-slf4j-version>
<commonmark-version>0.29.0</commonmark-version>
<jreleaser-plugin-version>1.25.0</jreleaser-plugin-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index b13a54f52466..c3c7961b7c22 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -109,7 +109,7 @@
<cometd-java-client-version>9.0.1</cometd-java-client-version>
<cometd-java-server-version>9.0.1</cometd-java-server-version>
<commons-beanutils-version>1.11.0</commons-beanutils-version>
- <commons-codec-version>1.22.0</commons-codec-version>
+ <commons-codec-version>1.22.1</commons-codec-version>
<commons-collections-version>3.2.2</commons-collections-version>
<commons-collections4-version>4.5.0</commons-collections4-version>
<commons-compress-version>1.28.0</commons-compress-version>