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 bfc11c82905f2825787cb68815193b10b2d6fe4a Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 4 14:04:38 2025 +0100 Align Azure SDK BOM Dependencies with Camel 4.10.0 - Azure Identity to 1.15.0 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 b311c02a..2360f170 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ <version.net.snowflake.snowflake-jdbc>3.19.0</version.net.snowflake.snowflake-jdbc> <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.14.0</version.com.azure.azure-identity> + <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.microsoft.azure.azure-schemaregistry-kafka-avro>1.1.1</version.com.microsoft.azure.azure-schemaregistry-kafka-avro> </properties>
