Skip to content

Commit

Permalink
Update avro, avro-compiler, avro-mapred, ... to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and RustedBones committed Aug 22, 2024
1 parent a0d3e37 commit 418f1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 418f1fb

Please sign in to comment.