From 0230ae2e23793126fdea32fd8a7d8c3b9afc2365 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 23 Jul 2025 20:51:28 -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 41903cda1..96e87d83c 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,6 +62,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.29.4 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From ee603af8642d23c1f35e5e88e8d7cc93dad11dc0 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 15 Aug 2025 15:19:45 +0000 Subject: [PATCH 2/2] chore: generate libraries at Fri Aug 15 15:17:52 UTC 2025 --- .github/workflows/update_generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_generation_config.yaml b/.github/workflows/update_generation_config.yaml index 59e39834d..a7e14bb48 100644 --- a/.github/workflows/update_generation_config.yaml +++ b/.github/workflows/update_generation_config.yaml @@ -26,7 +26,7 @@ jobs: # the branch into which the pull request is merged base_branch: main steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}