Skip to content

Commit 2256b9c

Browse files
committed
chore(deps): update googlecloudcpp to v2.37.0
1 parent 83d3a8c commit 2256b9c

13 files changed

+23
-23
lines changed

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ def gl_cpp_workspace0(name = None):
249249
http_archive,
250250
name = "com_google_googleapis_google_cloud_cpp",
251251
urls = [
252-
"https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz",
252+
"https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz",
253253
],
254-
sha256 = "81ea28cf9e5bb032d356b0187409f30b1035f8ea5b530675ea248c8a6c0070aa",
255-
strip_prefix = "google-cloud-cpp-2.35.0",
254+
sha256 = "10867580483cb338e7d50920c2383698f3572cc6b4c7d072e38d5f43755cbd80",
255+
strip_prefix = "google-cloud-cpp-2.37.0",
256256
)

ci/cloudbuild/dockerfiles/demo-alpine-stable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
9595

9696
# #### google-cloud-cpp
9797
WORKDIR /var/tmp/build/google-cloud-cpp
98-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
98+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
9999
tar -xzf - --strip-components=1 && \
100100
cmake \
101101
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
113113

114114
# #### google-cloud-cpp
115115
WORKDIR /var/tmp/build/google-cloud-cpp
116-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
116+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
117117
tar -xzf - --strip-components=1 && \
118118
cmake \
119119
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
192192

193193
# #### google-cloud-cpp
194194
WORKDIR /var/tmp/build/google-cloud-cpp
195-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
195+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
196196
tar -xzf - --strip-components=1 && \
197197
cmake \
198198
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
104104

105105
# #### google-cloud-cpp
106106
WORKDIR /var/tmp/build/google-cloud-cpp
107-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
107+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
108108
tar -xzf - --strip-components=1 && \
109109
cmake \
110110
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
9595

9696
# #### google-cloud-cpp
9797
WORKDIR /var/tmp/build/google-cloud-cpp
98-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
98+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
9999
tar -xzf - --strip-components=1 && \
100100
cmake \
101101
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
227227

228228
# #### google-cloud-cpp
229229
WORKDIR /var/tmp/build/google-cloud-cpp
230-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
230+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
231231
tar -xzf - --strip-components=1 && \
232232
cmake \
233233
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
118118

119119
# #### google-cloud-cpp
120120
WORKDIR /var/tmp/build/google-cloud-cpp
121-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
121+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
122122
tar -xzf - --strip-components=1 && \
123123
cmake \
124124
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
194194

195195
# #### google-cloud-cpp
196196
WORKDIR /var/tmp/build/google-cloud-cpp
197-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
197+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
198198
tar -xzf - --strip-components=1 && \
199199
cmake \
200200
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
171171

172172
# #### google-cloud-cpp
173173
WORKDIR /var/tmp/build/google-cloud-cpp
174-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
174+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.37.0.tar.gz | \
175175
tar -xzf - --strip-components=1 && \
176176
cmake \
177177
-GNinja -S . -B cmake-out \

0 commit comments

Comments
 (0)