Regen
diff --git a/docs/modules/ROOT/pages/servlet-starter.adoc b/docs/modules/ROOT/pages/servlet-starter.adoc
index 869e4dd..4ea35aa2 100644
--- a/docs/modules/ROOT/pages/servlet-starter.adoc
+++ b/docs/modules/ROOT/pages/servlet-starter.adoc
@@ -40,3 +40,10 @@
 | *camel.servlet.mapping.servlet-name* | The name of the Camel servlet. | CamelServlet | String
 |===
 // spring-boot-auto-configure options: END
+
+=== Multipart configuration
+
+The multipart configuration is enabled by default.
+It is inherited from Spring Servlet https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.html[multipart properties]
+which can be used for further customization.
+
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 1e163df..806afb0 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3129,6 +3129,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-huaweicloud-imagerecognition</artifactId>
+        <version>3.12.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-huaweicloud-obs</artifactId>
         <version>3.12.0-SNAPSHOT</version>
       </dependency>