Target Camel 3.18.9-SNAPSHOT for development
diff --git a/pom.xml b/pom.xml
index e6ac8e2..3c4cca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.18.8</version>
+        <version>3.18.9-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -111,7 +111,7 @@
         <spring-boot-version>2.7.12</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.18.8</camel-version>
+        <camel-version>3.18.9-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -453,7 +453,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.18.8</camel-version>
+                <camel-version>3.18.9-SNAPSHOT</camel-version>
             </properties>
         </profile>