From ababefbd8d40a05f9d27b6ac93c9732495060179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 18:06:47 +0000 Subject: [PATCH] add: (deps): bump org.apache.avro:avro from 1.11.3 to 1.12.1 Bumps org.apache.avro:avro from 1.11.3 to 1.12.1. --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infrastructure/kafka-consumer/pom.xml | 2 +- infrastructure/kafka-producer/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/kafka-consumer/pom.xml b/infrastructure/kafka-consumer/pom.xml index 610b083..8f464a5 100644 --- a/infrastructure/kafka-consumer/pom.xml +++ b/infrastructure/kafka-consumer/pom.xml @@ -30,7 +30,7 @@ org.apache.avro avro - 1.11.3 + 1.12.1 diff --git a/infrastructure/kafka-producer/pom.xml b/infrastructure/kafka-producer/pom.xml index 2623bed..19c43a4 100644 --- a/infrastructure/kafka-producer/pom.xml +++ b/infrastructure/kafka-producer/pom.xml @@ -37,7 +37,7 @@ org.apache.avro avro - 1.11.3 + 1.12.1