This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch dependency-4.8-azure in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 95f486b2f66450d114c554991c354c1ecabda815 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Sep 6 11:48:14 2024 +0200 Upgrade Azure Schema Registry Apache Avro to version 1.1.20 to align to Azure SDK BOM 1.2.27 used in upcoming 4.8.0 Camel release 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 7d0aa0c0..f3bd7d01 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,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.13.2</version.com.azure.azure-identity> - <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.18</version.com.azure.azure-data-schemaregistry-apacheavro> + <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.20</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>
