Skip to content

Commit

Permalink
bump: arrow-memory-netty, arrow-vector 18.1.0 (was 13.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 15, 2024
1 parent 12d9f23 commit 217cfec
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 @@ -266,10 +266,10 @@ object Dependencies {
// https://github.com/googleapis/java-bigquerystorage/tree/master/proto-google-cloud-bigquerystorage-v1
"com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % "1.23.2" % "protobuf-src", // ApacheV2
"org.apache.avro" % "avro" % "1.12.0" % "provided",
"org.apache.arrow" % "arrow-vector" % "13.0.0" % "provided",
"org.apache.arrow" % "arrow-vector" % "18.1.0" % "provided",
"io.grpc" % "grpc-auth" % akka.grpc.gen.BuildInfo.grpcVersion, // ApacheV2
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"org.apache.arrow" % "arrow-memory-netty" % "13.0.0" % Test,
"org.apache.arrow" % "arrow-memory-netty" % "18.1.0" % Test,
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion
) ++ Mockito
)
Expand Down

0 comments on commit 217cfec

Please sign in to comment.