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 70ba5cf1a7e chore(deps): Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#18693) 70ba5cf1a7e is described below commit 70ba5cf1a7e7b95f706d5b30a3f2315ee4c6ff96 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jul 23 10:47:14 2025 +0200 chore(deps): Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#18693) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.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.18.0...rel/commons-codec-1.19.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 3f0dc511113..ee0877e94a2 100644 --- a/dsl/camel-jbang/camel-launcher/pom.xml +++ b/dsl/camel-jbang/camel-launcher/pom.xml @@ -53,7 +53,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.18.0</commons-codec-version> + <commons-codec-version>1.19.0</commons-codec-version> <jcl-over-slf4j-version>1.7.36</jcl-over-slf4j-version> </properties> diff --git a/parent/pom.xml b/parent/pom.xml index e2842598e08..252a8df70bf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -103,7 +103,7 @@ <cometd-java-client-version>8.0.9</cometd-java-client-version> <cometd-java-server-version>8.0.9</cometd-java-server-version> <commons-beanutils-version>1.11.0</commons-beanutils-version> - <commons-codec-version>1.18.0</commons-codec-version> + <commons-codec-version>1.19.0</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.27.1</commons-compress-version>