From 57bafb401028353c14fe89de9db5215049ba40fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:53:54 +0000 Subject: [PATCH] Update dependency io.confluent:kafka-connect-avro-data to v5.5.15 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a8b1eb6..4caac2f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ repositories { dependencies { val kafkaVersion by extra("2.5.1") - val confluentVersion by extra("5.5.14") + val confluentVersion by extra("5.5.15") val kotestVersion by extra("4.2.5") val junitVersion by extra("5.7.0") implementation(kotlin("stdlib-jdk8"))