From 34de3ecee567b889376c1c8193acdbf8ea994187 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 7 May 2025 14:23:28 -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 c16aa11c6..e64ce0cee 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -67,6 +67,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.29.4 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \