This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch 4.18.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/4.18.x by this push:
new 830171b91 Fix #2824: Upgrade Camel to 4.18.2 (#2825)
830171b91 is described below
commit 830171b91d561d405e8fd0a78c6b8721223f1763
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon May 11 12:17:16 2026 +0200
Fix #2824: Upgrade Camel to 4.18.2 (#2825)
Signed-off-by: Andrea Cosentino <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 34b9f5aff..a06763353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.18.1</version>
+ <version>4.18.2</version>
</parent>
<groupId>org.apache.camel.kamelets</groupId>
@@ -62,7 +62,7 @@
<apache-rat-plugin.version>0.17</apache-rat-plugin.version>
<cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
- <camel.version>4.18.1</camel.version>
+ <camel.version>4.18.2</camel.version>
<citrus.version>4.9.2</citrus.version>
<jose4j.version>0.9.6</jose4j.version>