From 57fbb925ddb64fefd013bd400fbbacf4402822b7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 Apr 2026 00:54:00 +0000 Subject: [PATCH] chore(deps): update dependency google/cloud-logging 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..c2f59b6aaf 100644 --- a/functions/helloworld_storage/composer.json +++ b/functions/helloworld_storage/composer.json @@ -11,6 +11,6 @@ }, "require-dev": { "google/cloud-storage": "^1.23", - "google/cloud-logging": "^1.21" + "google/cloud-logging": "^2.0" } }