From 1a1f057a390c4849e238ecab2d1075a702e7e723 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 7 Aug 2024 05:25:38 +0000 Subject: [PATCH] Update avro to 1.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f980550c..256a452c 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val commonSettings = Seq( "org.typelevel" %% "cats-effect" % "3.5.4", "io.higherkindness" %% "droste-core" % "0.9.0", "io.higherkindness" %% "droste-macros" % "0.9.0", - "org.apache.avro" % "avro" % "1.11.3", + "org.apache.avro" % "avro" % "1.12.0", "com.github.os72" % "protoc-jar" % "3.11.4", "com.google.protobuf" % "protobuf-java" % "4.27.3", "io.circe" %% "circe-core" % "0.14.9",