Skip to content

Commit

Permalink
proto-google-cloud-bigquerystorage-v1 and google-cloud-pubsub upgrade (
Browse files Browse the repository at this point in the history
…#784)

* try latest google-cloud-pubsub

* Update .scala-steward.conf

* upgrade to latest proto-google-cloud-bigquerystorage-v1 version (3.9.0)
  • Loading branch information
pjfanning authored Sep 9, 2024
1 parent 3097d43 commit 67d9adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ updates.ignore = [
# https://github.com/apache/pekko-connectors/issues/61
{ groupId = "org.apache.hbase" }
{ groupId = "org.apache.hadoop" }
# these google api libs can only be updated if we update our io.grpc libs (Pekko gRPC 1.1 uses the latest)
# we are stuck while we support Pekko gRPC 1.0
{ groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" }
{ groupId = "com.google.api.grpc", artifactId = "proto-google-cloud-bigquerystorage-v1" }
# Avoid scala-steward opening multiple PRs for Jackson version updates,
# as they are managed by a single variable in our build
{ groupId = "com.fasterxml.jackson.core" }
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,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" % "2.36.1" % "protobuf-src",
"com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % "3.9.0" % "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,
Expand All @@ -298,7 +298,7 @@ object Dependencies {
// see Pekko gRPC version in plugins.sbt
libraryDependencies ++= Seq(
// https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/
"com.google.cloud" % "google-cloud-pubsub" % "1.123.20" % "protobuf-src",
"com.google.cloud" % "google-cloud-pubsub" % "1.132.1" % "protobuf-src",
"io.grpc" % "grpc-auth" % org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
"com.google.auth" % "google-auth-library-oauth2-http" % GoogleAuthVersion,
"com.google.protobuf" % "protobuf-java" % protobufJavaVersion % Runtime,
Expand Down

0 comments on commit 67d9adf

Please sign in to comment.