Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: Google cloud SDK/emulator 416; Pub/Sub gRPC 1.123.1 #2954

Merged
merged 1 commit into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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