Skip to content

Commit

Permalink
Merge pull request #41 from scala-steward/update/google-cloud-pubsub-…
Browse files Browse the repository at this point in the history
…1.129.7

Update google-cloud-pubsub to 1.129.7
  • Loading branch information
AL333Z authored Sep 23, 2024
2 parents d80f5a0 + 67884c5 commit 2126557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ lazy val gcpPubSub = crossProject(JVMPlatform)
ProblemFilters.exclude[DirectMissingMethodProblem]("com.commercetools.queue.gcp.pubsub.PubSubSubscriber.this")
),
libraryDependencies ++= List(
"com.google.cloud" % "google-cloud-pubsub" % "1.129.3",
"com.google.cloud" % "google-cloud-pubsub" % "1.129.7",
"com.google.cloud" % "google-cloud-monitoring" % "3.47.0"
)
)
Expand Down

0 comments on commit 2126557

Please sign in to comment.