From 99e62ac6358636584efb0449c650e5464aa75b88 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 Apr 2026 07:58:11 +0000 Subject: [PATCH] chore(deps): update dependency google/cloud-logging to v2 --- functions/imagemagick/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imagemagick/composer.json b/functions/imagemagick/composer.json index d02daed178..a62faf2db4 100644 --- a/functions/imagemagick/composer.json +++ b/functions/imagemagick/composer.json @@ -12,6 +12,6 @@ ] }, "require-dev": { - "google/cloud-logging": "^1.21" + "google/cloud-logging": "^2.0" } }