From a91f8364b72a988d3c3f39a06d6e570fb880f13d Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 26 Aug 2025 13:57:30 -0400 Subject: [PATCH 1/5] chore: Test with Protobuf-Java v4.32 [no need to review] --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index f77424b4f..4571df430 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,6 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.32.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From bd430c7abf06b5089abd57322a1beb8581e80b4d Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 6 Oct 2025 11:11:24 -0400 Subject: [PATCH 2/5] Update build.sh --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 4571df430..828786a22 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,7 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.32.0 \ + -Dprotobuf.version=4.32.1 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 47695f0aa1763b0c40e63ad1fa364744ec9d5a18 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 21 Oct 2025 16:35:25 -0400 Subject: [PATCH 3/5] Update protobuf.version to 4.33.0 --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 828786a22..57f312e97 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,7 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.32.1 \ + -Dprotobuf.version=4.33.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 578b5d8eb988c4928bd0913d70426bc376b32bbc Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Mon, 26 Jan 2026 09:48:28 -0500 Subject: [PATCH 4/5] update protobuf version --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 57f312e97..4e05f0ed8 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,7 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.33.0 \ + -Dprotobuf.version=4.33.2 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 982d97757717376290bec4673b203b796bdf384d Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Sat, 31 Jan 2026 04:23:42 +0000 Subject: [PATCH 5/5] chore: generate libraries at Sat Jan 31 04:21:52 UTC 2026 --- .repo-metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index cc147aeb7..e429bc69c 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -13,10 +13,9 @@ "api_id": "datastore.googleapis.com", "library_type": "GAPIC_COMBO", "requires_billing": true, - "codeowner_team": "@googleapis/cloud-sdk-java-team", "excluded_dependencies": "grpc-google-cloud-datastore-v1", "excluded_poms": "grpc-google-cloud-datastore-v1", "issue_tracker": "https://issuetracker.google.com/savedsearches/559768", "extra_versioned_modules": "datastore-v1-proto-client", "recommended_package": "com.google.cloud.datastore" -} +} \ No newline at end of file