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 093e0f2b90f Regen 093e0f2b90f is described below commit 093e0f2b90fbda9e8270efa2236597c148ad47da Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Nov 21 19:41:11 2023 +0100 Regen --- .../resources/org/apache/camel/springboot/catalog/components/smb.json | 2 +- tooling/camel-spring-boot-dependencies/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json index fc4ecc3cbf7..238aaf34cd4 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json @@ -5,7 +5,7 @@ "title": "SMB", "description": "Receive files from SMB (Server Message Block) shares.", "deprecated": false, - "firstVersion": "4.3.0-SNAPSHOT", + "firstVersion": "4.3.0", "label": "file", "javaType": "org.apache.camel.component.smb.SmbComponent", "supportLevel": "Preview", diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 498f02671c0..882d2f1da78 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -225,12 +225,12 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.9</version> + <version>1.14.10</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.9</version> + <version>1.14.10</version> </dependency> <dependency> <groupId>org.apache.avro</groupId>