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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b0c309a Upgrade Dependencies in Azure-identity module in Azure Schema
Registry example
b0c309a is described below
commit b0c309a9c56fad4dcd2f335317eb8dc53afa4c56
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 8 14:10:50 2023 +0100
Upgrade Dependencies in Azure-identity module in Azure Schema Registry
example
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../azure-identity/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/jbang/azure-eventhubs-kafka-azure-schema-registry/azure-identity/pom.xml
b/jbang/azure-eventhubs-kafka-azure-schema-registry/azure-identity/pom.xml
index 463b4f8..5117316 100644
--- a/jbang/azure-eventhubs-kafka-azure-schema-registry/azure-identity/pom.xml
+++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/azure-identity/pom.xml
@@ -12,7 +12,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
- <version>1.1.4</version>
+ <version>1.1.11</version>
</dependency>
<!--
https://mvnrepository.com/artifact/com.microsoft.azure/azure-schemaregistry-kafka-avro
-->
<dependency>
@@ -24,7 +24,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
- <version>1.9.0</version>
+ <version>1.10.4</version>
<scope>compile</scope>
</dependency>