From ce0922a54213f8ebf5a0fdb2bf4ad500af359acc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 May 2026 09:53:49 +0000 Subject: [PATCH] Update kafka-schema-registry-client to 8.0.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d25dc112..4311df18 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -152,7 +152,7 @@ object Dependencies { "org.testcontainers" % "testcontainers-kafka" % testcontainersVersion ) ++ TEST( "org.apache.kafka" % "kafka-clients" % kafkaDriverVersion, - "io.confluent" % "kafka-schema-registry-client" % "8.0.0" + "io.confluent" % "kafka-schema-registry-client" % "8.0.5" ) )