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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new bdd17635173 Regen
bdd17635173 is described below

commit bdd1763517310577769ea760a883c7b4e3cfdc0d
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 13 07:06:04 2025 +0200

    Regen
---
 .../camel/springboot/catalog/dev-consoles.properties      |  3 ++-
 .../springboot/catalog/dev-consoles/vertx-websocket.json  | 15 +++++++++++++++
 tooling/camel-spring-boot-dependencies/pom.xml            | 10 +++++-----
 3 files changed, 22 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 523daf38075..cb0e748f32b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -49,4 +49,5 @@ top
 trace
 transformers
 type-converters
-variables
\ No newline at end of file
+variables
+vertx-websocket
\ No newline at end of file
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/vertx-websocket.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/vertx-websocket.json
new file mode 100644
index 00000000000..1528ca65413
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/vertx-websocket.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+    "kind": "console",
+    "group": "camel",
+    "name": "vertx-websocket",
+    "title": "Vert.x WebSocket",
+    "description": "Vert.x WebSocket consumer details",
+    "deprecated": false,
+    "javaType": 
"org.apache.camel.component.vertx.websocket.VertxWebsocketDevConsole",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-vertx-websocket-starter",
+    "version": "4.14.0-SNAPSHOT"
+  }
+}
+
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index be1c9d4391b..29f78bee28e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -220,27 +220,27 @@
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-commons</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-observation</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-registry-jmx</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-registry-prometheus</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-tracing</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.3</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>

Reply via email to