From e8ec9540f06fc7073d2143312926fec16ba78b5b Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 24 Apr 2025 13:31:59 -0400 Subject: [PATCH] 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..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 \