Skip to content

chore(deps): update dependency grpc-ecosystem/grpc-gateway to v2.27.1 #488

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

Merged
merged 2 commits into from
Jul 10, 2025
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ARG GRPC_WEB_VERSION
RUN mkdir -p /grpc-web
RUN curl -sSL https://api.github.com/repos/grpc/grpc-web/tarball/${GRPC_WEB_VERSION} | tar xz --strip 1 -C /grpc-web
WORKDIR /grpc-web
RUN bazel build //javascript/net/grpc/web/generator:all
RUN bazel --batch build //javascript/net/grpc/web/generator:all
RUN install -D /grpc-web/bazel-bin/javascript/net/grpc/web/generator/protoc-gen-grpc-web /out/usr/bin/protoc-gen-grpc-web


Expand Down
2 changes: 1 addition & 1 deletion deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ALPINE_IMAGE_VERSION=3.22
DART_IMAGE_VERSION=3.8.1
GO_IMAGE_VERSION=1.24.4-alpine3.22
GOOGLE_API_VERSION=a80b45b4fc1fa94a18efff40b91e1a0f75ed6d5f
GRPC_GATEWAY_VERSION=v2.26.3
GRPC_GATEWAY_VERSION=v2.27.1
GRPC_RUST_VERSION=v0.8.3
GRPC_SWIFT_VERSION=1.3.1
GRPC_WEB_VERSION=1.5.0
Expand Down
Loading