From ca3fdd76ef324384c5e02a3b567ddbc7b76e5941 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 24 Apr 2025 13:28:24 -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 cefb94a70..9cfcc026f 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 \