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
commit ccc65a007c1deb8875a93c77a077bbd6ea1669c1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Feb 14 20:29:53 2025 +0100 Regen --- .../camel/springboot/catalog/components/smooks.json | 2 +- tooling/camel-spring-boot-dependencies/pom.xml | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json index 66d316c4348..7c32e2112e8 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json @@ -8,7 +8,7 @@ "firstVersion": "4.7.0", "label": "transformation", "javaType": "org.apache.camel.component.smooks.SmooksComponent", - "supportLevel": "Stable", + "supportLevel": "Preview", "groupId": "org.apache.camel.springboot", "artifactId": "camel-smooks-starter", "version": "4.11.0-SNAPSHOT", diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 69f1f44d9b7..71de50e5af1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -4500,27 +4500,27 @@ <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-commons</artifactId> - <version>1.14.3</version> + <version>1.14.4</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-observation</artifactId> - <version>1.14.3</version> + <version>1.14.4</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-jmx</artifactId> - <version>1.14.3</version> + <version>1.14.4</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> - <version>1.14.3</version> + <version>1.14.4</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing</artifactId> - <version>1.4.2</version> + <version>1.4.3</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId> @@ -8389,6 +8389,11 @@ <artifactId>camel-telegram</artifactId> <version>4.11.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-telemetry</artifactId> + <version>4.11.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-tensorflow-serving</artifactId>