From 300dd9617921ba63ed5a49564f8224e13387257f Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 5 Jul 2023 07:21:57 +0200 Subject: [PATCH] Update avro to 1.11.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 29b6084f..cfb474f4 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val commonSettings = Seq( "org.typelevel" %% "cats-effect" % "3.5.1", "io.higherkindness" %% "droste-core" % "0.9.0", "io.higherkindness" %% "droste-macros" % "0.9.0", - "org.apache.avro" % "avro" % "1.11.1", + "org.apache.avro" % "avro" % "1.11.2", "com.github.os72" % "protoc-jar" % "3.11.4", "com.google.protobuf" % "protobuf-java" % "3.23.3", "io.circe" %% "circe-core" % "0.14.5",