Skip to content

Update kafka-schema-registry-client to 7.2.0 #28

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
private object Versions {
val avro = "1.11.0"
val schReqClient = "7.1.2"
val schReqClient = "7.2.0"
}

lazy val avroCompiler: ModuleID = "org.apache.avro" % "avro-compiler" % Versions.avro
Expand Down