From 60695a1f0957921502b472fe5fcc9e16915c2982 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 26 Aug 2025 13:58:28 -0400 Subject: [PATCH 1/4] 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 c16aa11c6..8d5e669ac 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -67,6 +67,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.32.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 518fc24d48355511d904ebf6595ac0a61df49bf7 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 24 Sep 2025 11:28:17 -0400 Subject: [PATCH 2/4] chore: Update to Protobuf 4.32.1 --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 8d5e669ac..fa920b09f 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -67,7 +67,7 @@ javadoc) 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 f255231154f00040ef84ec0c417fe529661138cd Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 21 Oct 2025 16:35:29 -0400 Subject: [PATCH 3/4] 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 fa920b09f..9e4820a44 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -67,7 +67,7 @@ javadoc) 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 8a2654fe5e825b4b7fb5cf8d4930fa6de2e97d9e Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 20 Jan 2026 04:06:03 +0000 Subject: [PATCH 4/4] chore: generate libraries at Tue Jan 20 04:03:46 UTC 2026 --- .github/workflows/update_generation_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_generation_config.yaml b/.github/workflows/update_generation_config.yaml index a7e14bb48..8de9d67ea 100644 --- a/.github/workflows/update_generation_config.yaml +++ b/.github/workflows/update_generation_config.yaml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} + token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }} - name: Install Dependencies shell: bash run: sudo apt-get update && sudo apt-get install -y libxml2-utils @@ -43,5 +43,5 @@ jobs: --base_branch "${base_branch}" \ --repo ${{ github.repository }} env: - GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} + GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}