Skip to content

Commit

Permalink
chore(deps): update kafka to v7.2.13
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and mrebiai committed Dec 3, 2024
1 parent 1c88de5 commit 58ab79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ lazy val root = (project in file("."))
assembly / test := {},
assembly / mainClass := Some("io.cucumber.core.cli.Main"),
// confluent
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"),
libraryDependencies += "io.confluent" % "kafka-avro-serializer" % "7.2.13" exclude("javax.ws.rs", "javax.ws.rs-api"),
libraryDependencies += "io.confluent" % "kafka-json-schema-serializer" % "7.2.13" exclude("javax.ws.rs", "javax.ws.rs-api"),
// more libs to include
// https://github.com/confluentinc/schema-registry/blob/master/pom.xml
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 58ab79c

Please sign in to comment.