From c93ebc300012f17f4c793cde1a488e6e44ea4b80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:41:29 +0000 Subject: [PATCH] chore(deps): update kafka to v7.2.12 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 095a22a..be0038e 100644 --- a/build.sbt +++ b/build.sbt @@ -27,8 +27,8 @@ lazy val root = (project in file(".")) assembly / assemblyJarName := "kapoeira.jar", assembly / mainClass := Some("io.cucumber.core.cli.Main"), // confluent - libraryDependencies += "io.confluent" % "kafka-avro-serializer" % "7.2.11" exclude("javax.ws.rs", "javax.ws.rs-api"), - libraryDependencies += "io.confluent" % "kafka-json-schema-serializer" % "7.2.11" exclude("javax.ws.rs", "javax.ws.rs-api"), + libraryDependencies += "io.confluent" % "kafka-avro-serializer" % "7.2.12" exclude("javax.ws.rs", "javax.ws.rs-api"), + libraryDependencies += "io.confluent" % "kafka-json-schema-serializer" % "7.2.12" exclude("javax.ws.rs", "javax.ws.rs-api"), // more libs to include // https://github.com/confluentinc/schema-registry/blob/master/pom.xml libraryDependencies ++= Seq(