From 44c717ca105dedd9c1363e3031061eb0d78eca18 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 26 Jun 2025 14:43:39 -0400 Subject: [PATCH 1/2] chore: Test with Protobuf-Java v4.29.4 --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index c16aa11c6..3b75aba9e 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -103,6 +103,7 @@ samples) pushd ${SAMPLES_DIR} mvn -B \ -ntp \ + -Dprotobuf.version=4.29.4 \ -DtrimStackTrace=false \ -Dclirr.skip=true \ -Denforcer.skip=true \ From f4ad7f7f19f06835515cedab606b5ea7a001e83c Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 20 Jan 2026 04:05:18 +0000 Subject: [PATCH 2/2] chore: generate libraries at Tue Jan 20 04:03:10 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 }}