From 1651d27fcdaca85f2d5ce0c1b0b23a591b0b8f9e Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 7 May 2025 14:16:10 -0400 Subject: [PATCH] chore: Run with v4.29.4 --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 084b07b25..96a9f3066 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 \