From 3685e6eedbf7ad23a8ac45946ddbd89d3551368b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jul 2024 01:56:00 +0200 Subject: [PATCH] fix(deps): update dependency google/grafeas to v1 (#7510) --- BinaryAuthorization/composer.json | 2 +- ContainerAnalysis/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BinaryAuthorization/composer.json b/BinaryAuthorization/composer.json index 38850667f61f..f712047bb58d 100644 --- a/BinaryAuthorization/composer.json +++ b/BinaryAuthorization/composer.json @@ -25,7 +25,7 @@ "require": { "php": "^8.0", "google/gax": "^1.34.0", - "google/grafeas": "^0.10.0" + "google/grafeas": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "^9.0" diff --git a/ContainerAnalysis/composer.json b/ContainerAnalysis/composer.json index ef1b9f9f4874..4d957b829427 100644 --- a/ContainerAnalysis/composer.json +++ b/ContainerAnalysis/composer.json @@ -25,7 +25,7 @@ "require": { "php": "^8.0", "google/gax": "^1.34.0", - "google/grafeas": "^0.10.0" + "google/grafeas": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "^9.0"