Skip to content

Commit

Permalink
Update kafka-schema-registry-client to 7.2.3 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and github-actions[bot] authored Dec 28, 2022
1 parent fc482d7 commit 10387be
Showing 1 changed file with 1 addition and 1 deletion.
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.2.1"
val schReqClient = "7.2.3"
}

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

0 comments on commit 10387be

Please sign in to comment.