Skip to content

Commit f015c0f

Browse files
Update google-cloud-pubsub to 1.143.0 (#1267)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent b0499e0 commit f015c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ object Dependencies {
283283
// see Pekko gRPC version in plugins.sbt
284284
libraryDependencies ++= Seq(
285285
// 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",
286+
"com.google.cloud" % "google-cloud-pubsub" % "1.143.0" % "protobuf-src",
287287
"io.grpc" % "grpc-auth" % org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
288288
"com.google.auth" % "google-auth-library-oauth2-http" % GoogleAuthVersion,
289289
"com.google.protobuf" % "protobuf-java" % protobufJavaVersion % Runtime,

0 commit comments

Comments
 (0)