From 418f1fb655fd709b865115ba687902e7df4012b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Aug 2024 03:24:13 +0000 Subject: [PATCH] Update avro, avro-compiler, avro-mapred, ... to 1.12.0 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0505e9f..ee1462a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ organization := "com.spotify.data" name := "gcs-tools" -val avroVersion = "1.11.3" +val avroVersion = "1.12.0" val gcsConnectorVersion = "3.0.1" val guavaVersion = "31.1-jre" // otherwise android is taken val hadoopVersion = "3.3.6" diff --git a/project/plugins.sbt b/project/plugins.sbt index 90775a3..96bb276 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.5.0") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") -libraryDependencies += "org.apache.avro" % "avro-compiler" % "1.11.3" +libraryDependencies += "org.apache.avro" % "avro-compiler" % "1.12.0"