From 3b9ecd6d0e450038693ac0305af0d8a33fa56620 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 8 Sep 2026 18:01:57 +0000 Subject: [PATCH] chore(deps): update dependency google/cloud-storage to v2 --- functions/helloworld_storage/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/helloworld_storage/composer.json b/functions/helloworld_storage/composer.json index 1e869f6f7b..351d44f08b 100644 --- a/functions/helloworld_storage/composer.json +++ b/functions/helloworld_storage/composer.json @@ -10,7 +10,7 @@ ] }, "require-dev": { - "google/cloud-storage": "^1.23", + "google/cloud-storage": "^2.0", "google/cloud-logging": "^1.21" } }