Skip to content

Commit 55391d5

Browse files
authored
Upgrade package:gcloud to fix metadata issue in GCS (#8260)
1 parent 88149e5 commit 55391d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
fake_async: ^1.2.0
1818
fake_gcloud:
1919
path: ../pkg/fake_gcloud
20-
gcloud: ^0.8.16
20+
gcloud: ^0.8.17
2121
googleapis: ^13.0.0
2222
googleapis_auth: ^1.1.0
2323
html: ^0.15.0

pkg/fake_gcloud/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
resolution: workspace
88

99
dependencies:
10-
gcloud: ^0.8.16
10+
gcloud: ^0.8.17
1111
logging: '>=0.11.3 <2.0.0'
1212
clock: ^1.1.0
1313

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ packages:
314314
dependency: transitive
315315
description:
316316
name: gcloud
317-
sha256: "17e9f6b377972d2e6883edcbdacbcf402895b2fce0b265a19b5e8bd63cbf12a1"
317+
sha256: "4023f8f3dde8324ca8d17bd419767986764ac90a1173b207d4bc0e1784e9095f"
318318
url: "https://pub.dev"
319319
source: hosted
320-
version: "0.8.16"
320+
version: "0.8.17"
321321
glob:
322322
dependency: transitive
323323
description:

0 commit comments

Comments
 (0)