From 389e41e6f7b0326cef8a607887f9e9ebb2c67ff9 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 27 May 2025 10:17:02 -0400 Subject: [PATCH 1/2] chore: Update to Protobuf v4.31.0 --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 7c267d2a6..545a6ce6a 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -63,6 +63,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.31.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 80c2f37b955463acd34f6236d428160eb7b3c610 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 27 May 2025 14:19:15 +0000 Subject: [PATCH 2/2] chore: generate libraries at Tue May 27 14:17:27 UTC 2025 --- .kokoro/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 545a6ce6a..7c267d2a6 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -63,7 +63,6 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.31.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \