Update kafka-avro-serializer to 8.0.1 (#377)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
diff --git a/project/Versions.scala b/project/Versions.scala
index e7abc32..cd117db 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -33,7 +33,7 @@
   // this depends on Kafka, and should be upgraded to such latest version
   // that depends on the same Kafka version, as is defined above
   // See https://mvnrepository.com/artifact/io.confluent/kafka-avro-serializer?repo=confluent-packages
-  val confluentAvroSerializerVersion = "8.0.0"
+  val confluentAvroSerializerVersion = "8.0.1"
   val confluentLibsExclusionRules = Seq(
     ExclusionRule("log4j", "log4j"),
     ExclusionRule("org.slf4j", "slf4j-log4j12"),