This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 57dec65d1a49fc574eda42a1b5ce468a0b7b11e2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 2 07:11:25 2024 +0200 Align azure-data-schemaregistry-apacheavro versiont to Azure SDK Bom used in Camel 4.5.0 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 736bdf20..4d6c0b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,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.11.2</version.com.azure.azure-identity> - <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.13</version.com.azure.azure-data-schemaregistry-apacheavro> + <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.14</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>