From 374353748fa9433c5c867c43f34d8a53cbb986bf Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Fri, 27 Jun 2025 12:22:35 -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 33de90880..0b167c441 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -65,6 +65,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ -Penable-integration-tests \ + -Dprotobuf.version=4.29.4 \ -DtrimStackTrace=false \ -Dclirr.skip=true \ -Denforcer.skip=true \