Skip to content

Commit

Permalink
bump: avro 1.12.0 (was 1.11.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ennru committed Sep 30, 2024
1 parent 4f77c5b commit da0ab9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-avro" % "1.14.2", //Apache2
// override the version brought in by parquet-avro to fix CVE-2023-39410
"org.apache.avro" % "avro" % "1.11.3" //Apache2
"org.apache.avro" % "avro" % "1.12.0" //Apache2
)
)

Expand Down Expand Up @@ -249,7 +249,7 @@ object Dependencies {
libraryDependencies ++= Seq(
// https://github.com/googleapis/java-bigquerystorage/tree/master/proto-google-cloud-bigquerystorage-v1
"com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % "1.22.8" % "protobuf-src", // ApacheV2
"org.apache.avro" % "avro" % "1.11.3" % "provided",
"org.apache.avro" % "avro" % "1.12.0" % "provided",
"org.apache.arrow" % "arrow-vector" % "13.0.0" % "provided",
"io.grpc" % "grpc-auth" % akka.grpc.gen.BuildInfo.grpcVersion, // ApacheV2
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
Expand Down

0 comments on commit da0ab9f

Please sign in to comment.