Skip to content

Commit

Permalink
Update avro to 1.11.1 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 9, 2022
1 parent d01afb2 commit 352cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -365,7 +365,7 @@ lazy val bijectionAvro = {
.settings(
osgiExportAll("com.twitter.bijection.avro"),
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % "1.7.7"
"org.apache.avro" % "avro" % "1.11.1"
)
)
.dependsOn(
Expand Down

0 comments on commit 352cbe2

Please sign in to comment.