You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/02 09:11:46 UTC

[camel-kamelets-examples] branch main updated: Bump org.apache.avro:avro (#32)

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 fc60013  Bump org.apache.avro:avro (#32)
fc60013 is described below

commit fc6001348580da29481eba41dd23b772a2a7b4a0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 2 11:11:40 2023 +0200

    Bump org.apache.avro:avro (#32)
    
    Bumps org.apache.avro:avro from 1.11.2 to 1.11.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.avro:avro
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .../azure-eventhubs-kafka-azure-schema-registry/azure-identity/pom.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 dee82f6..463b4f8 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
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
-      <version>1.11.2</version>
+      <version>1.11.3</version>
     </dependency>
 
     <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->