From 10387be6c2a4bd5421be01d602b4c4d9bb7095cb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:29:10 +0100 Subject: [PATCH] Update kafka-schema-registry-client to 7.2.3 (#37) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 966076a..b0067ca 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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