From a594433f4caeb12eb3a1534e0002770614938dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:21:19 +0000 Subject: [PATCH] Bump com.github.davidmc24.gradle.plugin.avro from 1.3.0 to 1.9.1 Bumps [com.github.davidmc24.gradle.plugin.avro](https://github.com/davidmc24/gradle-avro-plugin) from 1.3.0 to 1.9.1. - [Release notes](https://github.com/davidmc24/gradle-avro-plugin/releases) - [Changelog](https://github.com/davidmc24/gradle-avro-plugin/blob/master/CHANGES.md) - [Commits](https://github.com/davidmc24/gradle-avro-plugin/compare/1.3.0...1.9.1) --- updated-dependencies: - dependency-name: com.github.davidmc24.gradle.plugin.avro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 86b3c0b..1a68e23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.6.10" application - id("com.github.davidmc24.gradle.plugin.avro") version "1.3.0" + id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" } repositories {