From d0ae0d0a165c1a202736c54d832bc4540689e6c8 Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 19 Oct 2025 13:18:38 +0000 Subject: [PATCH] Update avro to 1.12.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7cdc5fb..9f322b5f 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ lazy val core = crossProject(JVMPlatform) "org.scalameta" %% "munit" % "1.0.4" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, - ("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"), + ("org.apache.avro" % "avro" % "1.12.1").exclude("org.apache.commons", "commons-compress"), "org.apache.commons" % "commons-compress" % "1.27.1", "com.lihaoyi" %% "sourcecode" % "0.4.2", "org.typelevel" %% "log4cats-slf4j" % "2.7.0",