From 629e2980283949be1a36af43268abe89b4d2c3da Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 14 Jan 2025 16:12:44 +0000 Subject: [PATCH] test: Bump the storage dependency version just for testing --- .../Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.csproj | 2 +- generator-input/apis.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.csproj b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.csproj index 9cfae17c9fd9..0e33111522d2 100644 --- a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.csproj +++ b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.csproj @@ -10,7 +10,7 @@ - + diff --git a/generator-input/apis.json b/generator-input/apis.json index 8c856c5788e7..8599c896e30b 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -5109,7 +5109,7 @@ "description": "Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.", "dependencies": { "Google.Api.Gax.Rest": "default", - "Google.Apis.Storage.v1": "1.68.0.3431" + "Google.Apis.Storage.v1": "1.68.0.3627" }, "testDependencies": { "Google.Api.Gax.Testing": "default",