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/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 280a3b581 Update proto-google-cloud-bigquerystorage-v1 to 3.19.2 
(#1382)
280a3b581 is described below

commit 280a3b581035849dc4e73f66daf22e6bfa5508df
Author: Scala Steward <[email protected]>
AuthorDate: Sun Feb 1 14:55:42 2026 +0100

    Update proto-google-cloud-bigquerystorage-v1 to 3.19.2 (#1382)
    
    * Update proto-google-cloud-bigquerystorage-v1 to 3.19.2
    
    * workaround compile issue
    
    * Update build.sbt
    
    ---------
    
    Co-authored-by: PJ Fanning <[email protected]>
---
 build.sbt                  | 2 ++
 project/Dependencies.scala | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 5b80a934f..ce87a082c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -234,6 +234,8 @@ lazy val googleCloudBigQueryStorage = pekkoConnectorProject(
     "-Wconf:src=.+/pekko-grpc/main/.+:s",
     "-Wconf:src=.+/pekko-grpc/test/.+:s"),
   compile / javacOptions := (compile / javacOptions).value.filterNot(_ == 
"-Xlint:deprecation"),
+  Compile / compileOrder := CompileOrder.JavaThenScala,
+  Test / compileOrder := CompileOrder.Mixed,
   Test / fork := true,
   Test / javaOptions ++= 
Seq("--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED")
 ).dependsOn(googleCommon)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4482588c4..a84dabe64 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -258,7 +258,7 @@ object Dependencies {
     // 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" % 
"3.19.1" % "protobuf-src",
+      "com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % 
"3.19.2" % "protobuf-src",
       "org.apache.avro" % "avro" % AvroVersion % "provided",
       "org.apache.arrow" % "arrow-vector" % ArrowVersion % "provided",
       "io.grpc" % "grpc-auth" % 
org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,


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

Reply via email to