This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 2381 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 4cd0630e5595dc49976a9fe355d36509ba55cce3 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 4 14:05:11 2025 +0100 Align Azure SDK BOM Dependencies with Camel 4.10.0 - azure-data-schemaregistry-apacheavro to 1.1.23 Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2360f170..06d5bd6d 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ <version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro> <!-- These versions should be taken from Azure SDK BOM used in the Camel version declared --> <version.com.azure.azure-identity>1.15.0</version.com.azure.azure-identity> - <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.22</version.com.azure.azure-data-schemaregistry-apacheavro> + <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.23</version.com.azure.azure-data-schemaregistry-apacheavro> <version.com.microsoft.azure.azure-schemaregistry-kafka-avro>1.1.1</version.com.microsoft.azure.azure-schemaregistry-kafka-avro> </properties>
