Skip to content

Commit

Permalink
bump: Google cloud SDK/emulator 416 (was 311); Pub/Sub gRPC 1.123.1 (…
Browse files Browse the repository at this point in the history
…was 1.112.5) (#2954)
  • Loading branch information
ennru committed Feb 2, 2023
1 parent ed76615 commit 999d5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ services:
- ./geode/scripts/:/scripts/
command: /scripts/geode.sh
gcloud-pubsub-emulator:
image: google/cloud-sdk:311.0.0
# https://hub.docker.com/r/google/cloud-sdk/tags
image: google/cloud-sdk:416.0.0
ports:
- "8538:8538"
command: gcloud beta emulators pubsub start --project=alpakka --host-port=0.0.0.0:8538
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ object Dependencies {
// see Akka 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.112.5" % "protobuf-src", // ApacheV2
"com.google.cloud" % "google-cloud-pubsub" % "1.123.1" % "protobuf-src", // ApacheV2
"io.grpc" % "grpc-auth" % akka.grpc.gen.BuildInfo.grpcVersion,
// https://github.com/googleapis/google-auth-library-java
"com.google.auth" % "google-auth-library-oauth2-http" % GoogleAuthVersion,
Expand Down

0 comments on commit 999d5fa

Please sign in to comment.