This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 6487644aa Update arrow-memory-netty, arrow-vector to 15.0.0 (#370)
6487644aa is described below

commit 6487644aa8cd4d647e3ba91685bd054ca21f587a
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 6 14:28:57 2024 +0100

    Update arrow-memory-netty, arrow-vector to 15.0.0 (#370)
    
    * Update arrow-memory-netty, arrow-vector to 15.0.0
    
    * Update Dependencies.scala
    
    * Update Dependencies.scala
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 project/Dependencies.scala | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index abba01c6d..90a97edc0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -219,21 +219,24 @@ object Dependencies {
       "com.fasterxml.jackson.core" % "jackson-annotations" % 
JacksonDatabindVersion,
       "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % 
JacksonDatabindVersion % Test,
       "io.specto" % "hoverfly-java" % hoverflyVersion % Test) ++ Mockito)
+
+  val ArrowVersion = "15.0.0"
   val GoogleBigQueryStorage = Seq(
     // see Pekko gRPC version in plugins.sbt
     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.23.2" % "protobuf-src",
       "org.apache.avro" % "avro" % AvroVersion % "provided",
-      "org.apache.arrow" % "arrow-vector" % "4.0.1" % "provided",
+      "org.apache.arrow" % "arrow-vector" % ArrowVersion % "provided",
       "io.grpc" % "grpc-auth" % 
org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
       "com.google.protobuf" % "protobuf-java" % protobufJavaVersion,
+      "org.apache.pekko" %% "pekko-discovery" % PekkoVersion,
       "org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
       "org.apache.pekko" %% "pekko-http-core" % PekkoHttpVersion,
       "org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
       "org.apache.pekko" %% "pekko-parsing" % PekkoHttpVersion,
-      "org.apache.arrow" % "arrow-memory-netty" % "4.0.1" % Test,
-      "org.apache.pekko" %% "pekko-discovery" % PekkoVersion) ++ Mockito)
+      "org.apache.arrow" % "arrow-memory-netty" % ArrowVersion % Test,
+      "ch.qos.logback" % "logback-classic" % LogbackForSlf4j2Version % Test) 
++ Mockito)
 
   val GooglePubSub = Seq(
     libraryDependencies ++= Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to