This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 5d31443538 build(deps): bump camel.version from 4.18.1 to 4.18.2
(#2675)
5d31443538 is described below
commit 5d31443538e728c655675fdbd3a9629f87da625e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 14:21:17 2026 +0200
build(deps): bump camel.version from 4.18.1 to 4.18.2 (#2675)
Bumps `camel.version` from 4.18.1 to 4.18.2.
Updates `org.apache.camel.karaf:apache-camel` from 4.18.1 to 4.18.2
Updates `org.apache.camel:camel-core` from 4.18.1 to 4.18.2
Updates `org.apache.camel.karaf:camel-core-osgi` from 4.18.1 to 4.18.2
---
updated-dependencies:
- dependency-name: org.apache.camel.karaf:apache-camel
dependency-version: 4.18.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-core
dependency-version: 4.18.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.camel.karaf:camel-core-osgi
dependency-version: 4.18.2
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 17dd8c5834..92e6541176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
<awaitility.version>3.1.6</awaitility.version>
<bouncycastle.version>1.84</bouncycastle.version>
- <camel.version>4.18.1</camel.version>
+ <camel.version>4.18.2</camel.version>
<cglib.version>3.2.9</cglib.version>
<cxf.version>3.6.10</cxf.version>
<jackson.annotations.version>2.21</jackson.annotations.version>