From 0d6b4383524fc6b07b4755337eb3388e53ab219b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:09:50 +0000 Subject: [PATCH] Update dependency io.confluent:kafka-connect-avro-data to v7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a8b1eb6..8be7829 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("7.8.0") val kotestVersion by extra("4.2.5") val junitVersion by extra("5.7.0") implementation(kotlin("stdlib-jdk8"))