From 9fe5a591508788288cb7ac61495dc03252ecd919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:29:04 +0000 Subject: [PATCH] Bump com.github.imflog.kafka-schema-registry-gradle-plugin Bumps com.github.imflog.kafka-schema-registry-gradle-plugin from 1.9.1 to 1.12.0. --- updated-dependencies: - dependency-name: com.github.imflog.kafka-schema-registry-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tutorials/multiple-event-types/kafka/code/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorials/multiple-event-types/kafka/code/build.gradle b/_includes/tutorials/multiple-event-types/kafka/code/build.gradle index f4172ce97a..9cdc10fab0 100644 --- a/_includes/tutorials/multiple-event-types/kafka/code/build.gradle +++ b/_includes/tutorials/multiple-event-types/kafka/code/build.gradle @@ -20,7 +20,7 @@ plugins { id "java" id "idea" id "eclipse" - id "com.github.imflog.kafka-schema-registry-gradle-plugin" version "1.9.1" + id "com.github.imflog.kafka-schema-registry-gradle-plugin" version "1.12.0" id "com.google.protobuf" version "0.9.2" id "com.github.davidmc24.gradle.plugin.avro" version "1.7.0" }