We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0499e0 commit f015c0fCopy full SHA for f015c0f
project/Dependencies.scala
@@ -283,7 +283,7 @@ object Dependencies {
283
// see Pekko gRPC version in plugins.sbt
284
libraryDependencies ++= Seq(
285
// https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/
286
- "com.google.cloud" % "google-cloud-pubsub" % "1.142.0" % "protobuf-src",
+ "com.google.cloud" % "google-cloud-pubsub" % "1.143.0" % "protobuf-src",
287
"io.grpc" % "grpc-auth" % org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
288
"com.google.auth" % "google-auth-library-oauth2-http" % GoogleAuthVersion,
289
"com.google.protobuf" % "protobuf-java" % protobufJavaVersion % Runtime,
0 commit comments