From a9585914494722514bf9b54b2099df792746cafe Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 6 Jul 2026 15:56:48 +0000 Subject: [PATCH] fix(ci): update expected dependencies for java-storage Update the expected flattened dependencies list for java-storage to match the actual version of google-api-services-storage used in the codebase (v1-rev20260524-2.0.0 instead of v1-rev20260204-2.0.0). This fixes the flatten-plugin-check failure on the release branch. --- .kokoro/java-storage-expected-flattened-dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/java-storage-expected-flattened-dependencies.txt b/.kokoro/java-storage-expected-flattened-dependencies.txt index b9b01325273b..915d949d00c7 100644 --- a/.kokoro/java-storage-expected-flattened-dependencies.txt +++ b/.kokoro/java-storage-expected-flattened-dependencies.txt @@ -16,7 +16,7 @@ com.google.api:api-common:jar:2.65.0-SNAPSHOT:compile com.google.api:gax-grpc:jar:2.82.0-SNAPSHOT:compile com.google.api:gax-httpjson:jar:2.82.0-SNAPSHOT:compile com.google.api:gax:jar:2.82.0-SNAPSHOT:compile -com.google.apis:google-api-services-storage:jar:v1-rev20260204-2.0.0:compile +com.google.apis:google-api-services-storage:jar:v1-rev20260524-2.0.0:compile com.google.auth:google-auth-library-credentials:jar:1.49.0-SNAPSHOT:compile com.google.auth:google-auth-library-oauth2-http:jar:1.49.0-SNAPSHOT:compile com.google.auto.value:auto-value-annotations:jar:1.11.0:compile